#D6CB44

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

Shades of Wattle #D6CB44

Tints of Wattle #D6CB44

Color information

#D6CB44 (or 0xD6CB44) is unknown color: approx Wattle. HEX triplet: D6, CB and 44. RGB value is (214,203,68). Sum of RGB (Red+Green+Blue) = 214+203+68=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB44 is #2934BB. Grayscale: #BFBFBF. Windows color (decimal): -2700476 or 4508630. OLE color: 4508630.

HSL color Cylindrical-coordinate representation of color #D6CB44: hue angle of 55.48º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6CB44 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21420368-
CMYK00.050.680.16
HSL55.48º64.04%55.29%-
HSV(B)55.48º68.22%83.92%-
XYZ50.1357.4313.91-
YUV190.958.64144.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 68 (26.95% from 255) = 14.02%
R=44.12%
G=41.86%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142036800.050.680.1655.4864.0455.29
HexD6CB44054410374037
Octal32631310405104206710067
Binary1101011011001011100010001011000100100001101111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB44; }

 p { color: rgb(214,203,68); }

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

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

 a { background-color: rgb(214,203,68); }

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

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

 span { border-color: rgb(214,203,68); }

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