Html Css Color HEX #DCA454 Rob Roy

📋 copy color: '#DCA454'

red 220 ◦ green 164 ◦ blue 84

#DCA454
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DCA454

Tints of Rob Roy #DCA454

RGB

 RED value IS 220 (86.33% from 255) = 47.01%

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 84 (33.2% from 255) = 17.95%

R = 47.01%
G = 35.04%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCA454 (or 0xDCA454) is known color: Rob Roy. HEX triplet: DC, A4 and 54. RGB value is (220,164,84). Sum of RGB (Red+Green+Blue) = 220+164+84=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA454 is #235BAB. Grayscale: #ACACAC. Windows color (decimal): -2317228 or 5547228. OLE color: 5547228.

HSL color Cylindrical-coordinate representation of color #DCA454: hue angle of 35.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCA454 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 84 -
CMYK 0 0.25 0.62 0.14
HSL 35.29º 0.66% 0.6% -
HSV(B) 35.29º 0.62% 0.86% -
XYZ 44.39 42.41 14.23 -
YUV 171.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 220 164 84 0 0.25 0.62 0.14 35.29 0.66 0.6
Hex DC A4 54 0 19 3E E 23 42 3C
Octal 334 244 124 0 31 76 16 43 102 74
Binary 11011100 10100100 1010100 0 11001 111110 1110 100011 1000010 111100

Color Harmonies of #DCA454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA454

Black with #DCA454

Text Example


Text Example

White with #DCA454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA454; }

 p { color: rgb(220,164,84); }

 H1.HeaderClassName
 {
   color: #DCA454;
 }
 .AnyTagClassName
 {
   color: #DCA454;
 }
</style>

background-color css

<style>
 a { background-color: #DCA454; }

 a { background-color: rgb(220,164,84); }

 div.DivClassName
 {
   background-color: #DCA454;
 }
 .BgClassName
 {
   background-color: #DCA454;
 }
</style>

border-color css

<style>
 span { border-color: #DCA454; }

 span { border-color: rgb(220,164,84); }

 td.TdClassName
 {
   border-color: #DCA454;
 }
 .TagClassName
 {
   border-color: #DCA454;
 }
</style>