#D6D500

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

Shades of Bird Flower #D6D500

Tints of Bird Flower #D6D500

Color information

#D6D500 (or 0xD6D500) is unknown color: approx Bird Flower. HEX triplet: D6, D5 and 00. RGB value is (214,213,0). Sum of RGB (Red+Green+Blue) = 214+213+0=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D500 is #292AFF. Grayscale: #BDBDBD. Windows color (decimal): -2697984 or 54742. OLE color: 54742.

HSL color Cylindrical-coordinate representation of color #D6D500: 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 #D6D500 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB2142130-
CMYK00.0010.16
HSL59.72º100%41.96%-
HSV(B)59.72º100%83.92%-
XYZ51.5361.889.23-
YUV189.0221.33145.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 213 (83.59% 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
Decimal214213000.0010.1659.7210041.96
HexD6D500064103c642a
Octal326325000144207414452
Binary11010110110101010001100100100001111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D500; }

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

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

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

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

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

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

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

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