#DBB454

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

Shades of Rob Roy #DBB454

Tints of Rob Roy #DBB454

Color information

#DBB454 (or 0xDBB454) is unknown color: approx Rob Roy. HEX triplet: DB, B4 and 54. RGB value is (219,180,84). Sum of RGB (Red+Green+Blue) = 219+180+84=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB454 is #244BAB. Grayscale: #B5B5B5. Windows color (decimal): -2378668 or 5551323. OLE color: 5551323.

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

Color convert

RGB21918084-
CMYK00.180.620.14
HSL42.67º65.22%59.41%-
HSV(B)42.67º61.64%85.88%-
XYZ47.1348.3415.23-
YUV180.7273.42155.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 84 (33.20% from 255) = 17.39%
R=45.34%
G=37.27%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191808400.180.620.1442.6765.2259.41
HexDBB4540123EE2b413b
Octal33326412402276165310173
Binary1101101110110100101010001001011111011101010111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB454; }

 p { color: rgb(219,180,84); }

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

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

 a { background-color: rgb(219,180,84); }

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

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

 span { border-color: rgb(219,180,84); }

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