#DFAE4E

Color #DFAE4E Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DFAE4E

Tints of Rob Roy #DFAE4E

Color information

#DFAE4E (or 0xDFAE4E) is unknown color: approx Rob Roy. HEX triplet: DF, AE and 4E. RGB value is (223,174,78). Sum of RGB (Red+Green+Blue) = 223+174+78=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE4E is #2051B1. Grayscale: #B2B2B2. Windows color (decimal): -2118066 or 5156575. OLE color: 5156575.

HSL color Cylindrical-coordinate representation of color #DFAE4E: hue angle of 39.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFAE4E is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22317478-
CMYK00.220.650.13
HSL39.72º69.38%59.02%-
HSV(B)39.72º65.02%87.45%-
XYZ46.9446.5113.71-
YUV177.7171.73160.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 78 (30.86% from 255) = 16.42%
R=46.95%
G=36.63%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231747800.220.650.1339.7269.3859.02
HexDFAE4E01641D28453b
Octal337256116026101155010573
Binary11011111101011101001110010110100000111011010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE4E; }

 p { color: rgb(223,174,78); }

 H1.HeaderClassName
 {
   color: #DFAE4E;
 }
 .AnyTagClassName
 {
   color: #DFAE4E;
 }
</style>
background-color css

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

 a { background-color: rgb(223,174,78); }

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

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

 span { border-color: rgb(223,174,78); }

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