#D5D600

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

Shades of Bird Flower #D5D600

Tints of Bird Flower #D5D600

Color information

#D5D600 (or 0xD5D600) is unknown color: approx Bird Flower. HEX triplet: D5, D6 and 00. RGB value is (213,214,0). Sum of RGB (Red+Green+Blue) = 213+214+0=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D600 is #2A29FF. Grayscale: #BEBEBE. Windows color (decimal): -2763264 or 54997. OLE color: 54997.

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

Color convert

RGB2132140-
CMYK0.00010.16
HSL60.28º100%41.96%-
HSV(B)60.28º100%83.92%-
XYZ51.4962.249.3-
YUV189.321.17144.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321400.00010.1660.2810041.96
HexD5D600064103c642a
Octal325326000144207414452
Binary11010101110101100001100100100001111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D600; }

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

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

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

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

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

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

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

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