#D1C102

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

Shades of Bird Flower #D1C102

Tints of Bird Flower #D1C102

Color information

#D1C102 (or 0xD1C102) is unknown color: approx Bird Flower. HEX triplet: D1, C1 and 02. RGB value is (209,193,2). Sum of RGB (Red+Green+Blue) = 209+193+2=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C102 is #2E3EFD. Grayscale: #B0B0B0. Windows color (decimal): -3030782 or 180689. OLE color: 180689.

HSL color Cylindrical-coordinate representation of color #D1C102: hue angle of 55.36º 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 #D1C102 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2091932-
CMYK00.080.990.18
HSL55.36º98.1%41.37%-
HSV(B)55.36º99.04%81.96%-
XYZ45.3851.77.64-
YUV176.0129.8151.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.73%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 2 (1.17% from 255) = 0.50%
R=51.73%
G=47.77%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209193200.080.990.1855.3698.141.37
HexD1C12086312376229
Octal3213012010143226714251
Binary110100011100000110010001100011100101101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C102; }

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

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

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

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

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

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

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

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