#D7CE30

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

Shades of Wattle #D7CE30

Tints of Wattle #D7CE30

Color information

#D7CE30 (or 0xD7CE30) is unknown color: approx Wattle. HEX triplet: D7, CE and 30. RGB value is (215,206,48). Sum of RGB (Red+Green+Blue) = 215+206+48=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE30 is #2831CF. Grayscale: #BFBFBF. Windows color (decimal): -2634192 or 3198679. OLE color: 3198679.

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

Color convert

RGB21520648-
CMYK00.040.780.16
HSL56.77º67.61%51.57%-
HSV(B)56.77º77.67%84.31%-
XYZ50.6358.811.48-
YUV190.6847.48145.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 48 (19.14% from 255) = 10.23%
R=45.84%
G=43.92%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152064800.040.780.1656.7767.6151.57
HexD7CE30044E10394434
Octal3273166004116207110464
Binary110101111100111011000001001001110100001110011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE30; }

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

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

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

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

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

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

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

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