#D7CE35

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

Shades of Wattle #D7CE35

Tints of Wattle #D7CE35

Color information

#D7CE35 (or 0xD7CE35) is unknown color: approx Wattle. HEX triplet: D7, CE and 35. RGB value is (215,206,53). Sum of RGB (Red+Green+Blue) = 215+206+53=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE35 is #2831CA. Grayscale: #BFBFBF. Windows color (decimal): -2634187 or 3526359. OLE color: 3526359.

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

Color convert

RGB21520653-
CMYK00.040.750.16
HSL56.67º66.94%52.55%-
HSV(B)56.67º75.35%84.31%-
XYZ50.7458.8512.05-
YUV191.2549.98144.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 206 (80.86% from 255) = 43.46%
BLUE value IS 53 (21.09% from 255) = 11.18%
R=45.36%
G=43.46%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152065300.040.750.1656.6766.9452.55
HexD7CE35044B10394335
Octal3273166504113207110365
Binary110101111100111011010101001001011100001110011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE35; }

 p { color: rgb(215,206,53); }

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

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

 a { background-color: rgb(215,206,53); }

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

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

 span { border-color: rgb(215,206,53); }

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