#D6C519

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

Shades of Bird Flower #D6C519

Tints of Bird Flower #D6C519

Color information

#D6C519 (or 0xD6C519) is unknown color: approx Bird Flower. HEX triplet: D6, C5 and 19. RGB value is (214,197,25). Sum of RGB (Red+Green+Blue) = 214+197+25=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C519 is #293AE6. Grayscale: #B7B7B7. Windows color (decimal): -2702055 or 1689046. OLE color: 1689046.

HSL color Cylindrical-coordinate representation of color #D6C519: hue angle of 54.6º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6C519 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21419725-
CMYK00.080.880.16
HSL54.6º79.08%46.86%-
HSV(B)54.6º88.32%83.92%-
XYZ47.8754.38.88-
YUV182.4839.13150.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 197 (77.34% from 255) = 45.18%
BLUE value IS 25 (10.16% from 255) = 5.73%
R=49.08%
G=45.18%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141972500.080.880.1654.679.0846.86
HexD6C519085810374f2f
Octal32630531010130206711757
Binary110101101100010111001010001011000100001101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C519; }

 p { color: rgb(214,197,25); }

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

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

 a { background-color: rgb(214,197,25); }

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

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

 span { border-color: rgb(214,197,25); }

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