#d7ce3e

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

Shades of Wattle #D7CE3E

Tints of Wattle #D7CE3E

Color information

#D7CE3E (or 0xD7CE3E) is unknown color: approx Wattle. HEX triplet: D7, CE and 3E. RGB value is (215,206,62). Sum of RGB (Red+Green+Blue) = 215+206+62=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE3E is #2831C1. Grayscale: #C0C0C0. Windows color (decimal): -2634178 or 4116183. OLE color: 4116183.

HSL color Cylindrical-coordinate representation of color #D7CE3E: hue angle of 56.47º degrees, saturation: 0.66, 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 #D7CE3E is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21520662-
CMYK00.040.710.16
HSL56.47º65.67%54.31%-
HSV(B)56.47º71.16%84.31%-
XYZ50.9758.9413.25-
YUV192.2854.48144.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 62 (24.61% from 255) = 12.84%
R=44.51%
G=42.65%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152066200.040.710.1656.4765.6754.31
HexD7CE3E044710384236
Octal3273167604107207010266
Binary110101111100111011111001001000111100001110001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7ce3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7ce3e; }

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

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

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

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

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

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

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

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