Color Hex Logo

#dfca2d Color Hex

#DFCA2D
(223,202,45)
0 Favorites   0 Comments

Color spaces of #dfca2d

RGB 22320245
HSL0.150.740.53
HSV53°80°87°
CMYK 0.000.090.80   0.13
XYZ52.025658.118510.9586
Yxy58.11850.42960.4799
Hunter Lab76.2355-11.597944.8421
CIE-Lab80.8046-8.255473.8734

#dfca2d color RGB value is (223,202,45).

#dfca2d hex color red value is 223, green value is 202 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dfca2d hue: 0.15 , saturation: 0.74 and the lightness value of dfca2d is 0.53.

The process color (four color CMYK) of #dfca2d color hex is 0.00, 0.09, 0.80, 0.13. Web safe color of #dfca2d is #cccc33. Color #dfca2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00101101
Octal 337 312 55
Decimal 223 202 45
Hex DF CA 2D

RGB Percentages of Color #dfca2d

%47.45
%42.98
%9.57

CMYK Percentages of Color #dfca2d

%0
%9
%80
%13

Triadic Colors of #dfca2d

#dfca2d #2ddfca #ca2ddf

Analogous Colors of #dfca2d

#dfca2d #9bdf2d #df712d

Monochromatic Colors of #dfca2d

#dfca2d

Complementary Color

#dfca2d #2d42df

#dfca2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca2d Color CSS Codes

.mybgcolor {background-color:#dfca2d; } 
.myforecolor {color:#dfca2d; }
.mybordercolor {border:3px solid #dfca2d; }

#dfca2d Text Font Color

<p style="color:#dfca2d">Text here</p>

This sample text font color is #dfca2d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfca2d Background Color

<div style="background-color:#dfca2d">
Div content here</div>

This div background color is #dfca2d


#dfca2d Border Color

<div style="border:3px solid #dfca2d">
Div here</div>

This div border color is #dfca2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,202,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfca2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfca2d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca2d;
  box-shadow:         1px 1px 3px 2px #dfca2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfca2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfca2d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca2d;
  box-shadow:         1px 1px 3px 2px #dfca2d;">
Div content here</div>

This div box has shadow with color #dfca2d


Comments

No comments written yet.

Please login to write comment.