#D5C602

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

Shades of Bird Flower #D5C602

Tints of Bird Flower #D5C602

Color information

#D5C602 (or 0xD5C602) is unknown color: approx Bird Flower. HEX triplet: D5, C6 and 02. RGB value is (213,198,2). Sum of RGB (Red+Green+Blue) = 213+198+2=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C602 is #2A39FD. Grayscale: #B4B4B4. Windows color (decimal): -2767358 or 181973. OLE color: 181973.

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

Color convert

RGB2131982-
CMYK00.070.990.16
HSL55.73º98.14%42.16%-
HSV(B)55.73º99.06%83.53%-
XYZ47.6554.548.07-
YUV180.1427.47151.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 198 (77.73% from 255) = 47.94%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=51.57%
G=47.94%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213198200.070.990.1655.7398.1442.16
HexD5C6207631038622a
Octal325306207143207014252
Binary11010101110001101001111100011100001110001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C602; }

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

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

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

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

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

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

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

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