Html Css Color HEX #DCAA58 Rob Roy

📋 copy color: '#DCAA58'

red 220 ◦ green 170 ◦ blue 88

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

Shades of Rob Roy #DCAA58

Tints of Rob Roy #DCAA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.41%

R = 46.03%
G = 35.56%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCAA58 (or 0xDCAA58) is known color: Rob Roy. HEX triplet: DC, AA and 58. RGB value is (220,170,88). Sum of RGB (Red+Green+Blue) = 220+170+88=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA58 is #2355A7. Grayscale: #AFAFAF. Windows color (decimal): -2315688 or 5810908. OLE color: 5810908.

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

Color convert

RGB 220 170 88 -
CMYK 0 0.23 0.6 0.14
HSL 37.27º 0.65% 0.6% -
HSV(B) 37.27º 0.6% 0.86% -
XYZ 45.65 44.67 15.45 -
YUV 175.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 220 170 88 0 0.23 0.6 0.14 37.27 0.65 0.6
Hex DC AA 58 0 17 3C E 25 41 3C
Octal 334 252 130 0 27 74 16 45 101 74
Binary 11011100 10101010 1011000 0 10111 111100 1110 100101 1000001 111100

Color Harmonies of #DCAA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA58

Black with #DCAA58

Text Example


Text Example

White with #DCAA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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