#dba650

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

Shades of Rob Roy #DBA650

Tints of Rob Roy #DBA650

Color information

#DBA650 (or 0xDBA650) is unknown color: approx Rob Roy. HEX triplet: DB, A6 and 50. RGB value is (219,166,80). Sum of RGB (Red+Green+Blue) = 219+166+80=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA650 is #2459AF. Grayscale: #ACACAC. Windows color (decimal): -2382256 or 5285595. OLE color: 5285595.

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

Color convert

RGB21916680-
CMYK00.240.630.14
HSL37.12º65.88%58.63%-
HSV(B)37.12º63.47%85.88%-
XYZ44.342.9113.54-
YUV172.0476.06161.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=47.10%
G=35.70%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191668000.240.630.1437.1265.8858.63
HexDBA6500183FE25423b
Octal33324612003077164510273
Binary1101101110100110101000001100011111111101001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dba650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dba650; }

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

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

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

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

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

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

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

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