#DBA652

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

Shades of Rob Roy #DBA652

Tints of Rob Roy #DBA652

Color information

#DBA652 (or 0xDBA652) is unknown color: approx Rob Roy. HEX triplet: DB, A6 and 52. RGB value is (219,166,82). Sum of RGB (Red+Green+Blue) = 219+166+82=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA652 is #2459AD. Grayscale: #ACACAC. Windows color (decimal): -2382254 or 5416667. OLE color: 5416667.

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

Color convert

RGB21916682-
CMYK00.240.630.14
HSL36.79º65.55%59.02%-
HSV(B)36.79º62.56%85.88%-
XYZ44.3742.9413.93-
YUV172.2777.06161.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=46.90%
G=35.55%
B=17.56%

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
Decimal2191668200.240.630.1436.7965.5559.02
HexDBA6520183FE25423b
Octal33324612203077164510273
Binary1101101110100110101001001100011111111101001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA652; }

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

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

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

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

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

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

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

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