Html Css Color HEX #DCAE54 Rob Roy

📋 copy color: '#DCAE54'

red 220 ◦ green 174 ◦ blue 84

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

Shades of Rob Roy #DCAE54

Tints of Rob Roy #DCAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.57%

R = 46.03%
G = 36.4%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCAE54 (or 0xDCAE54) is known color: Rob Roy. HEX triplet: DC, AE and 54. RGB value is (220,174,84). Sum of RGB (Red+Green+Blue) = 220+174+84=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE54 is #2351AB. Grayscale: #B1B1B1. Windows color (decimal): -2314668 or 5549788. OLE color: 5549788.

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

Color convert

RGB 220 174 84 -
CMYK 0 0.21 0.62 0.14
HSL 39.71º 0.66% 0.6% -
HSV(B) 39.71º 0.62% 0.86% -
XYZ 46.25 46.13 14.85 -
YUV 177.49 75.24 158.32 -
System Red Green Blue C M Y K H S L
Decimal 220 174 84 0 0.21 0.62 0.14 39.71 0.66 0.6
Hex DC AE 54 0 15 3E E 28 42 3C
Octal 334 256 124 0 25 76 16 50 102 74
Binary 11011100 10101110 1010100 0 10101 111110 1110 101000 1000010 111100

Color Harmonies of #DCAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE54

Black with #DCAE54

Text Example


Text Example

White with #DCAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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