#DBA752

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

Shades of Rob Roy #DBA752

Tints of Rob Roy #DBA752

Color information

#DBA752 (or 0xDBA752) is unknown color: approx Rob Roy. HEX triplet: DB, A7 and 52. RGB value is (219,167,82). Sum of RGB (Red+Green+Blue) = 219+167+82=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA752 is #2458AD. Grayscale: #ADADAD. Windows color (decimal): -2381998 or 5416923. OLE color: 5416923.

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

Color convert

RGB21916782-
CMYK00.240.630.14
HSL37.23º65.55%59.02%-
HSV(B)37.23º62.56%85.88%-
XYZ44.5643.3113.99-
YUV172.8676.73160.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 82 (32.42% from 255) = 17.52%
R=46.79%
G=35.68%
B=17.52%

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
Decimal2191678200.240.630.1437.2365.5559.02
HexDBA7520183FE25423b
Octal33324712203077164510273
Binary1101101110100111101001001100011111111101001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA752; }

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

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

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

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

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

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

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

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