#D1BC01

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

Shades of Bird Flower #D1BC01

Tints of Bird Flower #D1BC01

Color information

#D1BC01 (or 0xD1BC01) is unknown color: approx Bird Flower. HEX triplet: D1, BC and 01. RGB value is (209,188,1). Sum of RGB (Red+Green+Blue) = 209+188+1=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC01 is #2E43FE. Grayscale: #ADADAD. Windows color (decimal): -3032063 or 113873. OLE color: 113873.

HSL color Cylindrical-coordinate representation of color #D1BC01: hue angle of 53.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1BC01 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB2091881-
CMYK00.101.000.18
HSL53.94º99.05%41.18%-
HSV(B)53.94º99.52%81.96%-
XYZ44.2849.527.25-
YUV172.9630.96153.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=52.51%
G=47.24%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209188100.101.000.1853.9499.0541.18
HexD1BC10A6412366329
Octal3212741012144226614351
Binary11010001101111001010101100100100101101101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BC01; }

 p { color: rgb(209,188,1); }

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

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

 a { background-color: rgb(209,188,1); }

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

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

 span { border-color: rgb(209,188,1); }

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