Html Css Color HEX #DCAB5C Rob Roy

📋 copy color: '#DCAB5C'

red 220 ◦ green 171 ◦ blue 92

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

Shades of Rob Roy #DCAB5C

Tints of Rob Roy #DCAB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 45.55%
G = 35.4%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCAB5C (or 0xDCAB5C) is known color: Rob Roy. HEX triplet: DC, AB and 5C. RGB value is (220,171,92). Sum of RGB (Red+Green+Blue) = 220+171+92=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB5C is #2354A3. Grayscale: #B1B1B1. Windows color (decimal): -2315428 or 6073308. OLE color: 6073308.

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

Color convert

RGB 220 171 92 -
CMYK 0 0.22 0.58 0.14
HSL 37.03º 0.65% 0.61% -
HSV(B) 37.03º 0.58% 0.86% -
XYZ 46.01 45.11 16.41 -
YUV 176.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 220 171 92 0 0.22 0.58 0.14 37.03 0.65 0.61
Hex DC AB 5C 0 16 3A E 25 41 3D
Octal 334 253 134 0 26 72 16 45 101 75
Binary 11011100 10101011 1011100 0 10110 111010 1110 100101 1000001 111101

Color Harmonies of #DCAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB5C

Black with #DCAB5C

Text Example


Text Example

White with #DCAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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