#DFB452

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

Shades of Rob Roy #DFB452

Tints of Rob Roy #DFB452

Color information

#DFB452 (or 0xDFB452) is unknown color: approx Rob Roy. HEX triplet: DF, B4 and 52. RGB value is (223,180,82). Sum of RGB (Red+Green+Blue) = 223+180+82=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB452 is #204BAD. Grayscale: #B6B6B6. Windows color (decimal): -2116526 or 5420255. OLE color: 5420255.

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

Color convert

RGB22318082-
CMYK00.190.630.13
HSL41.7º68.78%59.8%-
HSV(B)41.7º63.23%87.45%-
XYZ48.2848.9414.88-
YUV181.6871.75157.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 82 (32.42% from 255) = 16.91%
R=45.98%
G=37.11%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231808200.190.630.1341.768.7859.8
HexDFB4520133FD2a453c
Octal33726412202377155210574
Binary1101111110110100101001001001111111111011010101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB452; }

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

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

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

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

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

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

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

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