#D6D40D

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

Shades of Bird Flower #D6D40D

Tints of Bird Flower #D6D40D

Color information

#D6D40D (or 0xD6D40D) is unknown color: approx Bird Flower. HEX triplet: D6, D4 and 0D. RGB value is (214,212,13). Sum of RGB (Red+Green+Blue) = 214+212+13=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D40D is #292BF2. Grayscale: #BEBEBE. Windows color (decimal): -2698227 or 906454. OLE color: 906454.

HSL color Cylindrical-coordinate representation of color #D6D40D: hue angle of 59.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6D40D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21421213-
CMYK00.010.940.16
HSL59.4º88.55%44.51%-
HSV(B)59.4º93.93%83.92%-
XYZ51.3561.419.53-
YUV189.9128.16145.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 13 (5.47% from 255) = 2.96%
R=48.75%
G=48.29%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142121300.010.940.1659.488.5544.51
HexD6D4D015E103b592d
Octal3263241501136207313155
Binary11010110110101001101011011110100001110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D40D; }

 p { color: rgb(214,212,13); }

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

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

 a { background-color: rgb(214,212,13); }

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

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

 span { border-color: rgb(214,212,13); }

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