#D5D400

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

Shades of Bird Flower #D5D400

Tints of Bird Flower #D5D400

Color information

#D5D400 (or 0xD5D400) is unknown color: approx Bird Flower. HEX triplet: D5, D4 and 00. RGB value is (213,212,0). Sum of RGB (Red+Green+Blue) = 213+212+0=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D400 is #2A2BFF. Grayscale: #BCBCBC. Windows color (decimal): -2763776 or 54485. OLE color: 54485.

HSL color Cylindrical-coordinate representation of color #D5D400: hue angle of 59.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5D400 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB2132120-
CMYK00.0010.16
HSL59.72º100%41.76%-
HSV(B)59.72º100%83.53%-
XYZ50.9861.239.13-
YUV188.1321.83145.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213212000.0010.1659.7210041.76
HexD5D400064103c642a
Octal325324000144207414452
Binary11010101110101000001100100100001111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D400; }

 p { color: rgb(213,212,0); }

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

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

 a { background-color: rgb(213,212,0); }

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

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

 span { border-color: rgb(213,212,0); }

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