#D5D004

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

Shades of Bird Flower #D5D004

Tints of Bird Flower #D5D004

Color information

#D5D004 (or 0xD5D004) is unknown color: approx Bird Flower. HEX triplet: D5, D0 and 04. RGB value is (213,208,4). Sum of RGB (Red+Green+Blue) = 213+208+4=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D004 is #2A2FFB. Grayscale: #BBBBBB. Windows color (decimal): -2764796 or 315605. OLE color: 315605.

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

Color convert

RGB2132084-
CMYK00.020.980.16
HSL58.56º96.31%42.55%-
HSV(B)58.56º98.12%83.53%-
XYZ50.0259.278.92-
YUV186.2425.16147.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=50.12%
G=48.94%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213208400.020.980.1658.5696.3142.55
HexD5D040262103b602b
Octal325320402142207314053
Binary11010101110100001000101100010100001110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D004; }

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

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

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

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

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

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

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

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