#DBB05A

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

Shades of Rob Roy #DBB05A

Tints of Rob Roy #DBB05A

Color information

#DBB05A (or 0xDBB05A) is unknown color: approx Rob Roy. HEX triplet: DB, B0 and 5A. RGB value is (219,176,90). Sum of RGB (Red+Green+Blue) = 219+176+90=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB05A is #244FA5. Grayscale: #B3B3B3. Windows color (decimal): -2379686 or 5943515. OLE color: 5943515.

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

Color convert

RGB21917690-
CMYK00.200.590.14
HSL40º64.18%60.59%-
HSV(B)40º58.9%85.88%-
XYZ46.5846.8516.26-
YUV179.0577.75156.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=45.15%
G=36.29%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191769000.200.590.144064.1860.59
HexDBB05A0143BE28403d
Octal33326013202473165010075
Binary1101101110110000101101001010011101111101010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB05A; }

 p { color: rgb(219,176,90); }

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

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

 a { background-color: rgb(219,176,90); }

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

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

 span { border-color: rgb(219,176,90); }

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