#D5C402

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

Shades of Bird Flower #D5C402

Tints of Bird Flower #D5C402

Color information

#D5C402 (or 0xD5C402) is unknown color: approx Bird Flower. HEX triplet: D5, C4 and 02. RGB value is (213,196,2). Sum of RGB (Red+Green+Blue) = 213+196+2=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C402 is #2A3BFD. Grayscale: #B3B3B3. Windows color (decimal): -2767870 or 181461. OLE color: 181461.

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

Color convert

RGB2131962-
CMYK00.080.990.16
HSL55.17º98.14%42.16%-
HSV(B)55.17º99.06%83.53%-
XYZ47.1953.637.92-
YUV178.9728.13152.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=51.82%
G=47.69%
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
Decimal213196200.080.990.1655.1798.1442.16
HexD5C4208631037622a
Octal3253042010143206714252
Binary110101011100010010010001100011100001101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C402; }

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

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

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

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

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

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

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

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