Html Css Color HEX #DCAE4A Rob Roy

📋 copy color: '#DCAE4A'

red 220 ◦ green 174 ◦ blue 74

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

Shades of Rob Roy #DCAE4A

Tints of Rob Roy #DCAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 47.01%
G = 37.18%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCAE4A (or 0xDCAE4A) is known color: Rob Roy. HEX triplet: DC, AE and 4A. RGB value is (220,174,74). Sum of RGB (Red+Green+Blue) = 220+174+74=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE4A is #2351B5. Grayscale: #B0B0B0. Windows color (decimal): -2314678 or 4894428. OLE color: 4894428.

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

Color convert

RGB 220 174 74 -
CMYK 0 0.21 0.66 0.14
HSL 41.1º 0.68% 0.58% -
HSV(B) 41.1º 0.66% 0.86% -
XYZ 45.89 45.98 12.94 -
YUV 176.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 220 174 74 0 0.21 0.66 0.14 41.1 0.68 0.58
Hex DC AE 4A 0 15 42 E 29 44 3A
Octal 334 256 112 0 25 102 16 51 104 72
Binary 11011100 10101110 1001010 0 10101 1000010 1110 101001 1000100 111010

Color Harmonies of #DCAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE4A

Black with #DCAE4A

Text Example


Text Example

White with #DCAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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