#D6CA3D

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

Shades of Wattle #D6CA3D

Tints of Wattle #D6CA3D

Color information

#D6CA3D (or 0xD6CA3D) is unknown color: approx Wattle. HEX triplet: D6, CA and 3D. RGB value is (214,202,61). Sum of RGB (Red+Green+Blue) = 214+202+61=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA3D is #2935C2. Grayscale: #BEBEBE. Windows color (decimal): -2700739 or 4049622. OLE color: 4049622.

HSL color Cylindrical-coordinate representation of color #D6CA3D: hue angle of 55.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6CA3D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21420261-
CMYK00.060.710.16
HSL55.29º65.11%53.92%-
HSV(B)55.29º71.5%83.92%-
XYZ49.6956.8712.77-
YUV189.5155.48145.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 61 (24.22% from 255) = 12.79%
R=44.86%
G=42.35%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142026100.060.710.1655.2965.1153.92
HexD6CA3D064710374136
Octal3263127506107206710166
Binary110101101100101011110101101000111100001101111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA3D; }

 p { color: rgb(214,202,61); }

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

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

 a { background-color: rgb(214,202,61); }

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

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

 span { border-color: rgb(214,202,61); }

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