#d1c416

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

Shades of Bird Flower #D1C416

Tints of Bird Flower #D1C416

Color information

#D1C416 (or 0xD1C416) is unknown color: approx Bird Flower. HEX triplet: D1, C4 and 16. RGB value is (209,196,22). Sum of RGB (Red+Green+Blue) = 209+196+22=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C416 is #2E3BE9. Grayscale: #B4B4B4. Windows color (decimal): -3029994 or 1492177. OLE color: 1492177.

HSL color Cylindrical-coordinate representation of color #D1C416: hue angle of 55.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1C416 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20919622-
CMYK00.060.890.18
HSL55.83º80.95%45.29%-
HSV(B)55.83º89.47%81.96%-
XYZ46.1853.098.57-
YUV180.0538.81148.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 22 (8.98% from 255) = 5.15%
R=48.95%
G=45.90%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091962200.060.890.1855.8380.9545.29
HexD1C41606591238512d
Octal3213042606131227012155
Binary11010001110001001011001101011001100101110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1c416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1c416; }

 p { color: rgb(209,196,22); }

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

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

 a { background-color: rgb(209,196,22); }

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

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

 span { border-color: rgb(209,196,22); }

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