#DFB152

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

Shades of Rob Roy #DFB152

Tints of Rob Roy #DFB152

Color information

#DFB152 (or 0xDFB152) is unknown color: approx Rob Roy. HEX triplet: DF, B1 and 52. RGB value is (223,177,82). Sum of RGB (Red+Green+Blue) = 223+177+82=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB152 is #204EAD. Grayscale: #B4B4B4. Windows color (decimal): -2117294 or 5419487. OLE color: 5419487.

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

Color convert

RGB22317782-
CMYK00.210.630.13
HSL40.43º68.78%59.8%-
HSV(B)40.43º63.23%87.45%-
XYZ47.6847.7414.68-
YUV179.9272.74158.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 82 (32.42% from 255) = 17.01%
R=46.27%
G=36.72%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231778200.210.630.1340.4368.7859.8
HexDFB1520153FD28453c
Octal33726112202577155010574
Binary1101111110110001101001001010111111111011010001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB152; }

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

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

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

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

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

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

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

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