#DFAF4E

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

Shades of Rob Roy #DFAF4E

Tints of Rob Roy #DFAF4E

Color information

#DFAF4E (or 0xDFAF4E) is unknown color: approx Rob Roy. HEX triplet: DF, AF and 4E. RGB value is (223,175,78). Sum of RGB (Red+Green+Blue) = 223+175+78=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF4E is #2050B1. Grayscale: #B2B2B2. Windows color (decimal): -2117810 or 5156831. OLE color: 5156831.

HSL color Cylindrical-coordinate representation of color #DFAF4E: hue angle of 40.14º 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 #DFAF4E is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22317578-
CMYK00.220.650.13
HSL40.14º69.38%59.02%-
HSV(B)40.14º65.02%87.45%-
XYZ47.1446.913.78-
YUV178.2971.4159.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.85%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 78 (30.86% from 255) = 16.39%
R=46.85%
G=36.76%
B=16.39%

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
Decimal2231757800.220.650.1340.1469.3859.02
HexDFAF4E01641D28453b
Octal337257116026101155010573
Binary11011111101011111001110010110100000111011010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF4E; }

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

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

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

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

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

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

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

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