#D1C202

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

Shades of Bird Flower #D1C202

Tints of Bird Flower #D1C202

Color information

#D1C202 (or 0xD1C202) is unknown color: approx Bird Flower. HEX triplet: D1, C2 and 02. RGB value is (209,194,2). Sum of RGB (Red+Green+Blue) = 209+194+2=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C202 is #2E3DFD. Grayscale: #B1B1B1. Windows color (decimal): -3030526 or 180945. OLE color: 180945.

HSL color Cylindrical-coordinate representation of color #D1C202: hue angle of 55.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1C202 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2091942-
CMYK00.070.990.18
HSL55.65º98.1%41.37%-
HSV(B)55.65º99.04%81.96%-
XYZ45.652.147.72-
YUV176.629.47151.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=51.60%
G=47.90%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209194200.070.990.1855.6598.141.37
HexD1C22076312386229
Octal321302207143227014251
Binary11010001110000101001111100011100101110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C202; }

 p { color: rgb(209,194,2); }

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

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

 a { background-color: rgb(209,194,2); }

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

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

 span { border-color: rgb(209,194,2); }

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