Html Css Color HEX #DCA74A Rob Roy

📋 copy color: '#DCA74A'

red 220 ◦ green 167 ◦ blue 74

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

Shades of Rob Roy #DCA74A

Tints of Rob Roy #DCA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 47.72%
G = 36.23%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCA74A (or 0xDCA74A) is known color: Rob Roy. HEX triplet: DC, A7 and 4A. RGB value is (220,167,74). Sum of RGB (Red+Green+Blue) = 220+167+74=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA74A is #2358B5. Grayscale: #ACACAC. Windows color (decimal): -2316470 or 4892636. OLE color: 4892636.

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

Color convert

RGB 220 167 74 -
CMYK 0 0.24 0.66 0.14
HSL 38.22º 0.68% 0.58% -
HSV(B) 38.22º 0.66% 0.86% -
XYZ 44.57 43.35 12.5 -
YUV 172.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 220 167 74 0 0.24 0.66 0.14 38.22 0.68 0.58
Hex DC A7 4A 0 18 42 E 26 44 3A
Octal 334 247 112 0 30 102 16 46 104 72
Binary 11011100 10100111 1001010 0 11000 1000010 1110 100110 1000100 111010

Color Harmonies of #DCA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA74A

Black with #DCA74A

Text Example


Text Example

White with #DCA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA74A; }

 p { color: rgb(220,167,74); }

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

background-color css

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

 a { background-color: rgb(220,167,74); }

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

border-color css

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

 span { border-color: rgb(220,167,74); }

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