#D7C713

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

Shades of Bird Flower #D7C713

Tints of Bird Flower #D7C713

Color information

#D7C713 (or 0xD7C713) is unknown color: approx Bird Flower. HEX triplet: D7, C7 and 13. RGB value is (215,199,19). Sum of RGB (Red+Green+Blue) = 215+199+19=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C713 is #2838EC. Grayscale: #B8B8B8. Windows color (decimal): -2636013 or 1296343. OLE color: 1296343.

HSL color Cylindrical-coordinate representation of color #D7C713: hue angle of 55.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7C713 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB21519919-
CMYK00.070.910.16
HSL55.1º83.76%45.88%-
HSV(B)55.1º91.16%84.31%-
XYZ48.5755.348.74-
YUV183.2635.3150.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 199 (78.12% from 255) = 45.96%
BLUE value IS 19 (7.81% from 255) = 4.39%
R=49.65%
G=45.96%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151991900.070.910.1655.183.7645.88
HexD7C713075B1037542e
Octal3273072307133206712456
Binary11010111110001111001101111011011100001101111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C713; }

 p { color: rgb(215,199,19); }

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

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

 a { background-color: rgb(215,199,19); }

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

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

 span { border-color: rgb(215,199,19); }

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