#d1b711

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

Shades of Bird Flower #D1B711

Tints of Bird Flower #D1B711

Color information

#D1B711 (or 0xD1B711) is unknown color: approx Bird Flower. HEX triplet: D1, B7 and 11. RGB value is (209,183,17). Sum of RGB (Red+Green+Blue) = 209+183+17=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B711 is #2E48EE. Grayscale: #ACACAC. Windows color (decimal): -3033327 or 1161169. OLE color: 1161169.

HSL color Cylindrical-coordinate representation of color #D1B711: hue angle of 51.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1B711 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB20918317-
CMYK00.120.920.18
HSL51.88º84.96%44.31%-
HSV(B)51.88º91.87%81.96%-
XYZ43.3347.467.41-
YUV171.8540.61154.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 17 (7.03% from 255) = 4.16%
R=51.10%
G=44.74%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091831700.120.920.1851.8884.9644.31
HexD1B7110C5C1234552c
Octal32126721014134226412554
Binary110100011011011110001011001011100100101101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1b711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1b711; }

 p { color: rgb(209,183,17); }

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

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

 a { background-color: rgb(209,183,17); }

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

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

 span { border-color: rgb(209,183,17); }

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