Html Css Color HEX #DCAB56 Rob Roy

📋 copy color: '#DCAB56'

red 220 ◦ green 171 ◦ blue 86

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

Shades of Rob Roy #DCAB56

Tints of Rob Roy #DCAB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.03%

R = 46.12%
G = 35.85%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCAB56 (or 0xDCAB56) is known color: Rob Roy. HEX triplet: DC, AB and 56. RGB value is (220,171,86). Sum of RGB (Red+Green+Blue) = 220+171+86=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB56 is #2354A9. Grayscale: #B0B0B0. Windows color (decimal): -2315434 or 5680092. OLE color: 5680092.

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

Color convert

RGB 220 171 86 -
CMYK 0 0.22 0.61 0.14
HSL 38.06º 0.66% 0.6% -
HSV(B) 38.06º 0.61% 0.86% -
XYZ 45.76 45.01 15.08 -
YUV 175.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 220 171 86 0 0.22 0.61 0.14 38.06 0.66 0.6
Hex DC AB 56 0 16 3D E 26 42 3C
Octal 334 253 126 0 26 75 16 46 102 74
Binary 11011100 10101011 1010110 0 10110 111101 1110 100110 1000010 111100

Color Harmonies of #DCAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB56

Black with #DCAB56

Text Example


Text Example

White with #DCAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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