#DFB252

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

Shades of Rob Roy #DFB252

Tints of Rob Roy #DFB252

Color information

#DFB252 (or 0xDFB252) is unknown color: approx Rob Roy. HEX triplet: DF, B2 and 52. RGB value is (223,178,82). Sum of RGB (Red+Green+Blue) = 223+178+82=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB252 is #204DAD. Grayscale: #B4B4B4. Windows color (decimal): -2117038 or 5419743. OLE color: 5419743.

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

Color convert

RGB22317882-
CMYK00.200.630.13
HSL40.85º68.78%59.8%-
HSV(B)40.85º63.23%87.45%-
XYZ47.8748.1414.75-
YUV180.5172.41158.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=46.17%
G=36.85%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231788200.200.630.1340.8568.7859.8
HexDFB2520143FD29453c
Octal33726212202477155110574
Binary1101111110110010101001001010011111111011010011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB252; }

 p { color: rgb(223,178,82); }

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

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

 a { background-color: rgb(223,178,82); }

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

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

 span { border-color: rgb(223,178,82); }

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