Html Css Color HEX #DCAA4C Rob Roy

📋 copy color: '#DCAA4C'

red 220 ◦ green 170 ◦ blue 76

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

Shades of Rob Roy #DCAA4C

Tints of Rob Roy #DCAA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 76 (30.08% from 255) = 16.31%

R = 47.21%
G = 36.48%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCAA4C (or 0xDCAA4C) is known color: Rob Roy. HEX triplet: DC, AA and 4C. RGB value is (220,170,76). Sum of RGB (Red+Green+Blue) = 220+170+76=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA4C is #2355B3. Grayscale: #AEAEAE. Windows color (decimal): -2315700 or 5024476. OLE color: 5024476.

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

Color convert

RGB 220 170 76 -
CMYK 0 0.23 0.65 0.14
HSL 39.17º 0.67% 0.58% -
HSV(B) 39.17º 0.65% 0.86% -
XYZ 45.19 44.49 13.04 -
YUV 174.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 220 170 76 0 0.23 0.65 0.14 39.17 0.67 0.58
Hex DC AA 4C 0 17 41 E 27 43 3A
Octal 334 252 114 0 27 101 16 47 103 72
Binary 11011100 10101010 1001100 0 10111 1000001 1110 100111 1000011 111010

Color Harmonies of #DCAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA4C

Black with #DCAA4C

Text Example


Text Example

White with #DCAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA4C; }

 p { color: rgb(220,170,76); }

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

background-color css

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

 a { background-color: rgb(220,170,76); }

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

border-color css

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

 span { border-color: rgb(220,170,76); }

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