#D5C502

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

Shades of Bird Flower #D5C502

Tints of Bird Flower #D5C502

Color information

#D5C502 (or 0xD5C502) is unknown color: approx Bird Flower. HEX triplet: D5, C5 and 02. RGB value is (213,197,2). Sum of RGB (Red+Green+Blue) = 213+197+2=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C502 is #2A3AFD. Grayscale: #B4B4B4. Windows color (decimal): -2767614 or 181717. OLE color: 181717.

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

Color convert

RGB2131972-
CMYK00.080.990.16
HSL55.45º98.14%42.16%-
HSV(B)55.45º99.06%83.53%-
XYZ47.4254.088-
YUV179.5527.8151.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=51.70%
G=47.82%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213197200.080.990.1655.4598.1442.16
HexD5C5208631037622a
Octal3253052010143206714252
Binary110101011100010110010001100011100001101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C502; }

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

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

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

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

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

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

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

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