#D6C835

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

Shades of Wattle #D6C835

Tints of Wattle #D6C835

Color information

#D6C835 (or 0xD6C835) is unknown color: approx Wattle. HEX triplet: D6, C8 and 35. RGB value is (214,200,53). Sum of RGB (Red+Green+Blue) = 214+200+53=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C835 is #2937CA. Grayscale: #BCBCBC. Windows color (decimal): -2701259 or 3524822. OLE color: 3524822.

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

Color convert

RGB21420053-
CMYK00.070.750.16
HSL54.78º66.26%52.35%-
HSV(B)54.78º75.23%83.92%-
XYZ49.0355.8611.57-
YUV187.4352.14146.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 53 (21.09% from 255) = 11.35%
R=45.82%
G=42.83%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142005300.070.750.1654.7866.2652.35
HexD6C835074B10374234
Octal3263106507113206710264
Binary110101101100100011010101111001011100001101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C835; }

 p { color: rgb(214,200,53); }

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

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

 a { background-color: rgb(214,200,53); }

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

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

 span { border-color: rgb(214,200,53); }

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