#D3C105

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

Shades of Bird Flower #D3C105

Tints of Bird Flower #D3C105

Color information

#D3C105 (or 0xD3C105) is unknown color: approx Bird Flower. HEX triplet: D3, C1 and 05. RGB value is (211,193,5). Sum of RGB (Red+Green+Blue) = 211+193+5=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C105 is #2C3EFA. Grayscale: #B1B1B1. Windows color (decimal): -2899707 or 377299. OLE color: 377299.

HSL color Cylindrical-coordinate representation of color #D3C105: hue angle of 54.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3C105 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB2111935-
CMYK00.090.980.17
HSL54.76º95.37%42.35%-
HSV(B)54.76º97.63%82.75%-
XYZ45.96527.76-
YUV176.9530.96152.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=51.59%
G=47.19%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211193500.090.980.1754.7695.3742.35
HexD3C15096211375f2a
Octal3233015011142216713752
Binary1101001111000001101010011100010100011101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C105; }

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

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

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

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

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

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

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

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