#DBB250

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

Shades of Rob Roy #DBB250

Tints of Rob Roy #DBB250

Color information

#DBB250 (or 0xDBB250) is unknown color: approx Rob Roy. HEX triplet: DB, B2 and 50. RGB value is (219,178,80). Sum of RGB (Red+Green+Blue) = 219+178+80=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB250 is #244DAF. Grayscale: #B3B3B3. Windows color (decimal): -2379184 or 5288667. OLE color: 5288667.

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

Color convert

RGB21917880-
CMYK00.190.630.14
HSL42.3º65.88%58.63%-
HSV(B)42.3º63.47%85.88%-
XYZ46.5847.4814.3-
YUV179.0972.08156.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=45.91%
G=37.32%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191788000.190.630.1442.365.8858.63
HexDBB2500133FE2a423b
Octal33326212002377165210273
Binary1101101110110010101000001001111111111101010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB250; }

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

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

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

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

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

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

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

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