#DFAF4B

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

Shades of Rob Roy #DFAF4B

Tints of Rob Roy #DFAF4B

Color information

#DFAF4B (or 0xDFAF4B) is unknown color: approx Rob Roy. HEX triplet: DF, AF and 4B. RGB value is (223,175,75). Sum of RGB (Red+Green+Blue) = 223+175+75=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF4B is #2050B4. Grayscale: #B2B2B2. Windows color (decimal): -2117813 or 4960223. OLE color: 4960223.

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

Color convert

RGB22317575-
CMYK00.220.660.13
HSL40.54º69.81%58.43%-
HSV(B)40.54º66.37%87.45%-
XYZ47.0346.8613.22-
YUV177.9569.9160.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=47.15%
G=37.00%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231757500.220.660.1340.5469.8158.43
HexDFAF4B01642D29463a
Octal337257113026102155110672
Binary11011111101011111001011010110100001011011010011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF4B; }

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

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

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

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

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

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

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

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