Html Css Color HEX #DCAB5B Rob Roy

📋 copy color: '#DCAB5B'

red 220 ◦ green 171 ◦ blue 91

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

Shades of Rob Roy #DCAB5B

Tints of Rob Roy #DCAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 45.64%
G = 35.48%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCAB5B (or 0xDCAB5B) is known color: Rob Roy. HEX triplet: DC, AB and 5B. RGB value is (220,171,91). Sum of RGB (Red+Green+Blue) = 220+171+91=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB5B is #2354A4. Grayscale: #B0B0B0. Windows color (decimal): -2315429 or 6007772. OLE color: 6007772.

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

Color convert

RGB 220 171 91 -
CMYK 0 0.22 0.59 0.14
HSL 37.21º 0.65% 0.61% -
HSV(B) 37.21º 0.59% 0.86% -
XYZ 45.97 45.1 16.18 -
YUV 176.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 220 171 91 0 0.22 0.59 0.14 37.21 0.65 0.61
Hex DC AB 5B 0 16 3B E 25 41 3D
Octal 334 253 133 0 26 73 16 45 101 75
Binary 11011100 10101011 1011011 0 10110 111011 1110 100101 1000001 111101

Color Harmonies of #DCAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB5B

Black with #DCAB5B

Text Example


Text Example

White with #DCAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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