Html Css Color HEX #DCAE58 Rob Roy

📋 copy color: '#DCAE58'

red 220 ◦ green 174 ◦ blue 88

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

Shades of Rob Roy #DCAE58

Tints of Rob Roy #DCAE58

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

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

R = 45.64%
G = 36.1%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCAE58 (or 0xDCAE58) is known color: Rob Roy. HEX triplet: DC, AE and 58. RGB value is (220,174,88). Sum of RGB (Red+Green+Blue) = 220+174+88=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE58 is #2351A7. Grayscale: #B2B2B2. Windows color (decimal): -2314664 or 5811932. OLE color: 5811932.

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

Color convert

RGB 220 174 88 -
CMYK 0 0.21 0.6 0.14
HSL 39.09º 0.65% 0.6% -
HSV(B) 39.09º 0.6% 0.86% -
XYZ 46.41 46.19 15.7 -
YUV 177.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 220 174 88 0 0.21 0.6 0.14 39.09 0.65 0.6
Hex DC AE 58 0 15 3C E 27 41 3C
Octal 334 256 130 0 25 74 16 47 101 74
Binary 11011100 10101110 1011000 0 10101 111100 1110 100111 1000001 111100

Color Harmonies of #DCAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE58

Black with #DCAE58

Text Example


Text Example

White with #DCAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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