#D7C816

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

Shades of Bird Flower #D7C816

Tints of Bird Flower #D7C816

Color information

#D7C816 (or 0xD7C816) is unknown color: approx Bird Flower. HEX triplet: D7, C8 and 16. RGB value is (215,200,22). Sum of RGB (Red+Green+Blue) = 215+200+22=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C816 is #2837E9. Grayscale: #B8B8B8. Windows color (decimal): -2635754 or 1493207. OLE color: 1493207.

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

Color convert

RGB21520022-
CMYK00.070.900.16
HSL55.34º81.43%46.47%-
HSV(B)55.34º89.77%84.31%-
XYZ48.8255.818.96-
YUV184.1936.47149.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 22 (8.98% from 255) = 5.03%
R=49.20%
G=45.77%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152002200.070.900.1655.3481.4346.47
HexD7C816075A1037512e
Octal3273102607132206712156
Binary11010111110010001011001111011010100001101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C816; }

 p { color: rgb(215,200,22); }

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

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

 a { background-color: rgb(215,200,22); }

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

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

 span { border-color: rgb(215,200,22); }

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