#D9D504

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

Shades of Bird Flower #D9D504

Tints of Bird Flower #D9D504

Color information

#D9D504 (or 0xD9D504) is unknown color: approx Bird Flower. HEX triplet: D9, D5 and 04. RGB value is (217,213,4). Sum of RGB (Red+Green+Blue) = 217+213+4=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D504 is #262AFB. Grayscale: #BFBFBF. Windows color (decimal): -2501372 or 316889. OLE color: 316889.

HSL color Cylindrical-coordinate representation of color #D9D504: hue angle of 58.87º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9D504 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB2172134-
CMYK00.020.980.15
HSL58.87º96.38%43.33%-
HSV(B)58.87º98.16%85.1%-
XYZ52.4362.359.39-
YUV190.3722.83146.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=50%
G=49.08%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217213400.020.980.1558.8796.3843.33
HexD9D540262F3b602b
Octal331325402142177314053
Binary1101100111010101100010110001011111110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D504; }

 p { color: rgb(217,213,4); }

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

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

 a { background-color: rgb(217,213,4); }

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

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

 span { border-color: rgb(217,213,4); }

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