#D6CC3A

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

Shades of Wattle #D6CC3A

Tints of Wattle #D6CC3A

Color information

#D6CC3A (or 0xD6CC3A) is unknown color: approx Wattle. HEX triplet: D6, CC and 3A. RGB value is (214,204,58). Sum of RGB (Red+Green+Blue) = 214+204+58=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC3A is #2933C5. Grayscale: #BEBEBE. Windows color (decimal): -2700230 or 3853526. OLE color: 3853526.

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

Color convert

RGB21420458-
CMYK00.050.730.16
HSL56.15º65.55%53.33%-
HSV(B)56.15º72.9%83.92%-
XYZ50.0957.7912.52-
YUV190.3553.31144.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 58 (23.05% from 255) = 12.18%
R=44.96%
G=42.86%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142045800.050.730.1656.1565.5553.33
HexD6CC3A054910384235
Octal3263147205111207010265
Binary110101101100110011101001011001001100001110001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC3A; }

 p { color: rgb(214,204,58); }

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

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

 a { background-color: rgb(214,204,58); }

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

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

 span { border-color: rgb(214,204,58); }

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