Html Css Color HEX #DCAE4F Rob Roy

📋 copy color: '#DCAE4F'

red 220 ◦ green 174 ◦ blue 79

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

Shades of Rob Roy #DCAE4F

Tints of Rob Roy #DCAE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 46.51%
G = 36.79%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCAE4F (or 0xDCAE4F) is known color: Rob Roy. HEX triplet: DC, AE and 4F. RGB value is (220,174,79). Sum of RGB (Red+Green+Blue) = 220+174+79=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE4F is #2351B0. Grayscale: #B1B1B1. Windows color (decimal): -2314673 or 5222108. OLE color: 5222108.

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

Color convert

RGB 220 174 79 -
CMYK 0 0.21 0.64 0.14
HSL 40.43º 0.67% 0.59% -
HSV(B) 40.43º 0.64% 0.86% -
XYZ 46.06 46.05 13.86 -
YUV 176.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 220 174 79 0 0.21 0.64 0.14 40.43 0.67 0.59
Hex DC AE 4F 0 15 40 E 28 43 3B
Octal 334 256 117 0 25 100 16 50 103 73
Binary 11011100 10101110 1001111 0 10101 1000000 1110 101000 1000011 111011

Color Harmonies of #DCAE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE4F

Black with #DCAE4F

Text Example


Text Example

White with #DCAE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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