#D3C116

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

Shades of Bird Flower #D3C116

Tints of Bird Flower #D3C116

Color information

#D3C116 (or 0xD3C116) is unknown color: approx Bird Flower. HEX triplet: D3, C1 and 16. RGB value is (211,193,22). Sum of RGB (Red+Green+Blue) = 211+193+22=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C116 is #2C3EE9. Grayscale: #B3B3B3. Windows color (decimal): -2899690 or 1491411. OLE color: 1491411.

HSL color Cylindrical-coordinate representation of color #D3C116: hue angle of 54.29º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3C116 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB21119322-
CMYK00.090.900.17
HSL54.29º81.12%45.69%-
HSV(B)54.29º89.57%82.75%-
XYZ46.0852.058.38-
YUV178.8939.46150.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.53%
GREEN value IS 193 (75.78% from 255) = 45.31%
BLUE value IS 22 (8.98% from 255) = 5.16%
R=49.53%
G=45.31%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111932200.090.900.1754.2981.1245.69
HexD3C116095A1136512e
Octal32330126011132216612156
Binary110100111100000110110010011011010100011101101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C116; }

 p { color: rgb(211,193,22); }

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

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

 a { background-color: rgb(211,193,22); }

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

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

 span { border-color: rgb(211,193,22); }

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