Html Css Color HEX #DCAB4D Rob Roy

📋 copy color: '#DCAB4D'

red 220 ◦ green 171 ◦ blue 77

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

Shades of Rob Roy #DCAB4D

Tints of Rob Roy #DCAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 47.01%
G = 36.54%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCAB4D (or 0xDCAB4D) is known color: Rob Roy. HEX triplet: DC, AB and 4D. RGB value is (220,171,77). Sum of RGB (Red+Green+Blue) = 220+171+77=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB4D is #2354B2. Grayscale: #AFAFAF. Windows color (decimal): -2315443 or 5090268. OLE color: 5090268.

HSL color Cylindrical-coordinate representation of color #DCAB4D: hue angle of 39.44º 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 #DCAB4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 77 -
CMYK 0 0.22 0.65 0.14
HSL 39.44º 0.67% 0.58% -
HSV(B) 39.44º 0.65% 0.86% -
XYZ 45.42 44.88 13.29 -
YUV 174.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 220 171 77 0 0.22 0.65 0.14 39.44 0.67 0.58
Hex DC AB 4D 0 16 41 E 27 43 3A
Octal 334 253 115 0 26 101 16 47 103 72
Binary 11011100 10101011 1001101 0 10110 1000001 1110 100111 1000011 111010

Color Harmonies of #DCAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB4D

Black with #DCAB4D

Text Example


Text Example

White with #DCAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB4D; }

 p { color: rgb(220,171,77); }

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

background-color css

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

 a { background-color: rgb(220,171,77); }

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

border-color css

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

 span { border-color: rgb(220,171,77); }

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