#DFB054

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

Shades of Rob Roy #DFB054

Tints of Rob Roy #DFB054

Color information

#DFB054 (or 0xDFB054) is unknown color: approx Rob Roy. HEX triplet: DF, B0 and 54. RGB value is (223,176,84). Sum of RGB (Red+Green+Blue) = 223+176+84=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB054 is #204FAB. Grayscale: #B3B3B3. Windows color (decimal): -2117548 or 5550303. OLE color: 5550303.

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

Color convert

RGB22317684-
CMYK00.210.620.13
HSL39.71º68.47%60.2%-
HSV(B)39.71º62.33%87.45%-
XYZ47.5647.3815.03-
YUV179.5674.07158.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 84 (33.20% from 255) = 17.39%
R=46.17%
G=36.44%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231768400.210.620.1339.7168.4760.2
HexDFB0540153ED28443c
Octal33726012402576155010474
Binary1101111110110000101010001010111111011011010001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB054; }

 p { color: rgb(223,176,84); }

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

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

 a { background-color: rgb(223,176,84); }

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

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

 span { border-color: rgb(223,176,84); }

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