#DBD13E

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

Shades of Wattle #DBD13E

Tints of Wattle #DBD13E

Color information

#DBD13E (or 0xDBD13E) is unknown color: approx Wattle. HEX triplet: DB, D1 and 3E. RGB value is (219,209,62). Sum of RGB (Red+Green+Blue) = 219+209+62=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD13E is #242EC1. Grayscale: #C3C3C3. Windows color (decimal): -2371266 or 4116955. OLE color: 4116955.

HSL color Cylindrical-coordinate representation of color #DBD13E: hue angle of 56.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBD13E is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB21920962-
CMYK00.050.720.14
HSL56.18º68.56%55.1%-
HSV(B)56.18º71.69%85.88%-
XYZ52.8861.0113.55-
YUV195.2352.81144.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 62 (24.61% from 255) = 12.65%
R=44.69%
G=42.65%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192096200.050.720.1456.1868.5655.1
HexDBD13E0548E384537
Octal3333217605110167010567
Binary11011011110100011111100101100100011101110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD13E; }

 p { color: rgb(219,209,62); }

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

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

 a { background-color: rgb(219,209,62); }

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

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

 span { border-color: rgb(219,209,62); }

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