#DBB350

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

Shades of Rob Roy #DBB350

Tints of Rob Roy #DBB350

Color information

#DBB350 (or 0xDBB350) is unknown color: approx Rob Roy. HEX triplet: DB, B3 and 50. RGB value is (219,179,80). Sum of RGB (Red+Green+Blue) = 219+179+80=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB350 is #244CAF. Grayscale: #B4B4B4. Windows color (decimal): -2378928 or 5288923. OLE color: 5288923.

HSL color Cylindrical-coordinate representation of color #DBB350: hue angle of 42.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBB350 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21917980-
CMYK00.180.630.14
HSL42.73º65.88%58.63%-
HSV(B)42.73º63.47%85.88%-
XYZ46.7847.8814.37-
YUV179.6771.75156.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=45.82%
G=37.45%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191798000.180.630.1442.7365.8858.63
HexDBB3500123FE2b423b
Octal33326312002277165310273
Binary1101101110110011101000001001011111111101010111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB350; }

 p { color: rgb(219,179,80); }

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

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

 a { background-color: rgb(219,179,80); }

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

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

 span { border-color: rgb(219,179,80); }

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