#DBB74E

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

Shades of Rob Roy #DBB74E

Tints of Rob Roy #DBB74E

Color information

#DBB74E (or 0xDBB74E) is unknown color: approx Rob Roy. HEX triplet: DB, B7 and 4E. RGB value is (219,183,78). Sum of RGB (Red+Green+Blue) = 219+183+78=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB74E is #2448B1. Grayscale: #B6B6B6. Windows color (decimal): -2377906 or 5158875. OLE color: 5158875.

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

Color convert

RGB21918378-
CMYK00.160.640.14
HSL44.68º66.2%58.24%-
HSV(B)44.68º64.38%85.88%-
XYZ47.5249.4814.25-
YUV181.7969.43154.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 78 (30.86% from 255) = 16.25%
R=45.62%
G=38.12%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191837800.160.640.1444.6866.258.24
HexDBB74E01040E2d423a
Octal333267116020100165510272
Binary11011011101101111001110010000100000011101011011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB74E; }

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

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

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

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

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

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

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

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