#D1B610

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

Shades of Bird Flower #D1B610

Tints of Bird Flower #D1B610

Color information

#D1B610 (or 0xD1B610) is unknown color: approx Bird Flower. HEX triplet: D1, B6 and 10. RGB value is (209,182,16). Sum of RGB (Red+Green+Blue) = 209+182+16=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B610 is #2E49EF. Grayscale: #ABABAB. Windows color (decimal): -3033584 or 1095377. OLE color: 1095377.

HSL color Cylindrical-coordinate representation of color #D1B610: hue angle of 51.61º degrees, saturation: 0.86, 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 #D1B610 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB20918216-
CMYK00.130.920.18
HSL51.61º85.78%44.12%-
HSV(B)51.61º92.34%81.96%-
XYZ43.1247.057.3-
YUV171.1540.45155-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.35%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 16 (6.64% from 255) = 3.93%
R=51.35%
G=44.72%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091821600.130.920.1851.6185.7844.12
HexD1B6100D5C1234562c
Octal32126620015134226412654
Binary110100011011011010000011011011100100101101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B610; }

 p { color: rgb(209,182,16); }

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

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

 a { background-color: rgb(209,182,16); }

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

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

 span { border-color: rgb(209,182,16); }

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