#d5c500

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

Shades of Bird Flower #D5C500

Tints of Bird Flower #D5C500

Color information

#D5C500 (or 0xD5C500) is unknown color: approx Bird Flower. HEX triplet: D5, C5 and 00. RGB value is (213,197,0). Sum of RGB (Red+Green+Blue) = 213+197+0=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C500 is #2A3AFF. Grayscale: #B4B4B4. Windows color (decimal): -2767616 or 50645. OLE color: 50645.

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

Color convert

RGB2131970-
CMYK00.0810.16
HSL55.49º100%41.76%-
HSV(B)55.49º100%83.53%-
XYZ47.4154.087.94-
YUV179.3326.8152.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 197 (77.34% from 255) = 48.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.95%
G=48.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213197000.0810.1655.4910041.76
HexD5C5008641037642a
Octal3253050010144206714452
Binary11010101110001010010001100100100001101111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5c500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5c500; }

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

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

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

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

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

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

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

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