Html Css Color HEX #DCAA5B Rob Roy

📋 copy color: '#DCAA5B'

red 220 ◦ green 170 ◦ blue 91

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

Shades of Rob Roy #DCAA5B

Tints of Rob Roy #DCAA5B

RGB

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

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

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

R = 45.74%
G = 35.34%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCAA5B (or 0xDCAA5B) is known color: Rob Roy. HEX triplet: DC, AA and 5B. RGB value is (220,170,91). Sum of RGB (Red+Green+Blue) = 220+170+91=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5B is #2355A4. Grayscale: #B0B0B0. Windows color (decimal): -2315685 or 6007516. OLE color: 6007516.

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

Color convert

RGB 220 170 91 -
CMYK 0 0.23 0.59 0.14
HSL 36.74º 0.65% 0.61% -
HSV(B) 36.74º 0.59% 0.86% -
XYZ 45.78 44.72 16.12 -
YUV 175.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 220 170 91 0 0.23 0.59 0.14 36.74 0.65 0.61
Hex DC AA 5B 0 17 3B E 25 41 3D
Octal 334 252 133 0 27 73 16 45 101 75
Binary 11011100 10101010 1011011 0 10111 111011 1110 100101 1000001 111101

Color Harmonies of #DCAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA5B

Black with #DCAA5B

Text Example


Text Example

White with #DCAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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