#D1C40D

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

Shades of Bird Flower #D1C40D

Tints of Bird Flower #D1C40D

Color information

#D1C40D (or 0xD1C40D) is unknown color: approx Bird Flower. HEX triplet: D1, C4 and 0D. RGB value is (209,196,13). Sum of RGB (Red+Green+Blue) = 209+196+13=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C40D is #2E3BF2. Grayscale: #B3B3B3. Windows color (decimal): -3030003 or 902353. OLE color: 902353.

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

Color convert

RGB20919613-
CMYK00.060.940.18
HSL56.02º88.29%43.53%-
HSV(B)56.02º93.78%81.96%-
XYZ46.1153.068.19-
YUV179.0234.31149.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 13 (5.47% from 255) = 3.11%
R=50%
G=46.89%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091961300.060.940.1856.0288.2943.53
HexD1C4D065E1238582c
Octal3213041506136227013054
Binary1101000111000100110101101011110100101110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C40D; }

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

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

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

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

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

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

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

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