#D7C13F

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

Shades of Wattle #D7C13F

Tints of Wattle #D7C13F

Color information

#D7C13F (or 0xD7C13F) is unknown color: approx Wattle. HEX triplet: D7, C1 and 3F. RGB value is (215,193,63). Sum of RGB (Red+Green+Blue) = 215+193+63=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C13F is #283EC0. Grayscale: #B9B9B9. Windows color (decimal): -2637505 or 4178391. OLE color: 4178391.

HSL color Cylindrical-coordinate representation of color #D7C13F: hue angle of 51.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7C13F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21519363-
CMYK00.100.710.16
HSL51.32º65.52%54.51%-
HSV(B)51.32º70.7%84.31%-
XYZ47.9952.9512.39-
YUV184.7659.29149.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 63 (25% from 255) = 13.38%
R=45.65%
G=40.98%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151936300.100.710.1651.3265.5254.51
HexD7C13F0A4710334237
Octal32730177012107206310267
Binary1101011111000001111111010101000111100001100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C13F; }

 p { color: rgb(215,193,63); }

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

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

 a { background-color: rgb(215,193,63); }

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

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

 span { border-color: rgb(215,193,63); }

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