#d3c413

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

Shades of Bird Flower #D3C413

Tints of Bird Flower #D3C413

Color information

#D3C413 (or 0xD3C413) is unknown color: approx Bird Flower. HEX triplet: D3, C4 and 13. RGB value is (211,196,19). Sum of RGB (Red+Green+Blue) = 211+196+19=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C413 is #2C3BEC. Grayscale: #B5B5B5. Windows color (decimal): -2898925 or 1295571. OLE color: 1295571.

HSL color Cylindrical-coordinate representation of color #D3C413: hue angle of 55.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3C413 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21119619-
CMYK00.070.910.17
HSL55.31º83.48%45.1%-
HSV(B)55.31º91%82.75%-
XYZ46.7253.388.46-
YUV180.3136.97149.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.53%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 19 (7.81% from 255) = 4.46%
R=49.53%
G=46.01%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111961900.070.910.1755.3183.4845.1
HexD3C413075B1137532d
Octal3233042307133216712355
Binary11010011110001001001101111011011100011101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3c413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3c413; }

 p { color: rgb(211,196,19); }

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

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

 a { background-color: rgb(211,196,19); }

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

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

 span { border-color: rgb(211,196,19); }

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