#DFB352

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

Shades of Rob Roy #DFB352

Tints of Rob Roy #DFB352

Color information

#DFB352 (or 0xDFB352) is unknown color: approx Rob Roy. HEX triplet: DF, B3 and 52. RGB value is (223,179,82). Sum of RGB (Red+Green+Blue) = 223+179+82=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB352 is #204CAD. Grayscale: #B5B5B5. Windows color (decimal): -2116782 or 5419999. OLE color: 5419999.

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

Color convert

RGB22317982-
CMYK00.200.630.13
HSL41.28º68.78%59.8%-
HSV(B)41.28º63.23%87.45%-
XYZ48.0748.5414.82-
YUV181.172.08157.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=46.07%
G=36.98%
B=16.94%

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
Decimal2231798200.200.630.1341.2868.7859.8
HexDFB3520143FD29453c
Octal33726312202477155110574
Binary1101111110110011101001001010011111111011010011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB352; }

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

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

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

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

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

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

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

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