Html Css Color HEX #DCAA51 Rob Roy

📋 copy color: '#DCAA51'

red 220 ◦ green 170 ◦ blue 81

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

Shades of Rob Roy #DCAA51

Tints of Rob Roy #DCAA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.2%

R = 46.71%
G = 36.09%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCAA51 (or 0xDCAA51) is known color: Rob Roy. HEX triplet: DC, AA and 51. RGB value is (220,170,81). Sum of RGB (Red+Green+Blue) = 220+170+81=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA51 is #2355AE. Grayscale: #AFAFAF. Windows color (decimal): -2315695 or 5352156. OLE color: 5352156.

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

Color convert

RGB 220 170 81 -
CMYK 0 0.23 0.63 0.14
HSL 38.42º 0.67% 0.59% -
HSV(B) 38.42º 0.63% 0.86% -
XYZ 45.38 44.56 13.99 -
YUV 174.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 220 170 81 0 0.23 0.63 0.14 38.42 0.67 0.59
Hex DC AA 51 0 17 3F E 26 43 3B
Octal 334 252 121 0 27 77 16 46 103 73
Binary 11011100 10101010 1010001 0 10111 111111 1110 100110 1000011 111011

Color Harmonies of #DCAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA51

Black with #DCAA51

Text Example


Text Example

White with #DCAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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