#DBB44E

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

Shades of Rob Roy #DBB44E

Tints of Rob Roy #DBB44E

Color information

#DBB44E (or 0xDBB44E) is unknown color: approx Rob Roy. HEX triplet: DB, B4 and 4E. RGB value is (219,180,78). Sum of RGB (Red+Green+Blue) = 219+180+78=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB44E is #244BB1. Grayscale: #B4B4B4. Windows color (decimal): -2378674 or 5158107. OLE color: 5158107.

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

Color convert

RGB21918078-
CMYK00.180.640.14
HSL43.4º66.2%58.24%-
HSV(B)43.4º64.38%85.88%-
XYZ46.9148.2514.05-
YUV180.0370.42155.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 16.35%
R=45.91%
G=37.74%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191807800.180.640.1443.466.258.24
HexDBB44E01240E2b423a
Octal333264116022100165310272
Binary11011011101101001001110010010100000011101010111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB44E; }

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

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

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

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

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

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

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

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