#D6C717

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

Shades of Bird Flower #D6C717

Tints of Bird Flower #D6C717

Color information

#D6C717 (or 0xD6C717) is unknown color: approx Bird Flower. HEX triplet: D6, C7 and 17. RGB value is (214,199,23). Sum of RGB (Red+Green+Blue) = 214+199+23=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C717 is #2938E8. Grayscale: #B8B8B8. Windows color (decimal): -2701545 or 1558486. OLE color: 1558486.

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

Color convert

RGB21419923-
CMYK00.070.890.16
HSL55.29º80.59%46.47%-
HSV(B)55.29º89.25%83.92%-
XYZ48.3155.28.92-
YUV183.4237.47149.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 199 (78.12% from 255) = 45.64%
BLUE value IS 23 (9.38% from 255) = 5.28%
R=49.08%
G=45.64%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141992300.070.890.1655.2980.5946.47
HexD6C71707591037512e
Octal3263072707131206712156
Binary11010110110001111011101111011001100001101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C717; }

 p { color: rgb(214,199,23); }

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

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

 a { background-color: rgb(214,199,23); }

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

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

 span { border-color: rgb(214,199,23); }

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