Html Css Color HEX #D1BC11 Bird Flower

📋 copy color: '#D1BC11'

red 209 ◦ green 188 ◦ blue 17

#D1BC11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1BC11

Tints of Bird Flower #D1BC11

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 50.48%
G = 45.41%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1BC11 (or 0xD1BC11) is known color: Bird Flower. HEX triplet: D1, BC and 11. RGB value is (209,188,17). Sum of RGB (Red+Green+Blue) = 209+188+17=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC11 is #2E43EE. Grayscale: #AFAFAF. Windows color (decimal): -3032047 or 1162449. OLE color: 1162449.

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

Color convert

RGB 209 188 17 -
CMYK 0 0.10 0.92 0.18
HSL 53.44º 0.85% 0.44% -
HSV(B) 53.44º 0.92% 0.82% -
XYZ 44.38 49.56 7.76 -
YUV 174.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 209 188 17 0 0.10 0.92 0.18 53.44 0.85 0.44
Hex D1 BC 11 0 A 5C 12 35 55 2C
Octal 321 274 21 0 12 134 22 65 125 54
Binary 11010001 10111100 10001 0 1010 1011100 10010 110101 1010101 101100

Color Harmonies of #D1BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC11

Black with #D1BC11

Text Example


Text Example

White with #D1BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC11; }

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

 H1.HeaderClassName
 {
   color: #D1BC11;
 }
 .AnyTagClassName
 {
   color: #D1BC11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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