#D6C831

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

Shades of Wattle #D6C831

Tints of Wattle #D6C831

Color information

#D6C831 (or 0xD6C831) is unknown color: approx Wattle. HEX triplet: D6, C8 and 31. RGB value is (214,200,49). Sum of RGB (Red+Green+Blue) = 214+200+49=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C831 is #2937CE. Grayscale: #BBBBBB. Windows color (decimal): -2701263 or 3262678. OLE color: 3262678.

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

Color convert

RGB21420049-
CMYK00.070.770.16
HSL54.91º66.8%51.57%-
HSV(B)54.91º77.1%83.92%-
XYZ48.9455.8311.1-
YUV186.9750.14147.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 49 (19.53% from 255) = 10.58%
R=46.22%
G=43.20%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142004900.070.770.1654.9166.851.57
HexD6C831074D10374334
Octal3263106107115206710364
Binary110101101100100011000101111001101100001101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C831; }

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

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

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

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

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

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

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

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