#D4C835

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

Shades of Wattle #D4C835

Tints of Wattle #D4C835

Color information

#D4C835 (or 0xD4C835) is unknown color: approx Wattle. HEX triplet: D4, C8 and 35. RGB value is (212,200,53). Sum of RGB (Red+Green+Blue) = 212+200+53=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C835 is #2B37CA. Grayscale: #BBBBBB. Windows color (decimal): -2832331 or 3524820. OLE color: 3524820.

HSL color Cylindrical-coordinate representation of color #D4C835: hue angle of 55.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4C835 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21220053-
CMYK00.060.750.17
HSL55.47º64.9%51.96%-
HSV(B)55.47º75%83.14%-
XYZ48.4555.5611.54-
YUV186.8352.48145.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 53 (21.09% from 255) = 11.40%
R=45.59%
G=43.01%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122005300.060.750.1755.4764.951.96
HexD4C835064B11374134
Octal3243106506113216710164
Binary110101001100100011010101101001011100011101111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C835; }

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

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

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

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

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

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

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

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