Html Css Color HEX #D1BA11 Bird Flower

📋 copy color: '#D1BA11'

red 209 ◦ green 186 ◦ blue 17

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

Shades of Bird Flower #D1BA11

Tints of Bird Flower #D1BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

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

R = 50.73%
G = 45.15%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1BA11 (or 0xD1BA11) is known color: Bird Flower. HEX triplet: D1, BA and 11. RGB value is (209,186,17). Sum of RGB (Red+Green+Blue) = 209+186+17=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA11 is #2E45EE. Grayscale: #AEAEAE. Windows color (decimal): -3032559 or 1161937. OLE color: 1161937.

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

Color convert

RGB 209 186 17 -
CMYK 0 0.11 0.92 0.18
HSL 52.81º 0.85% 0.44% -
HSV(B) 52.81º 0.92% 0.82% -
XYZ 43.95 48.71 7.62 -
YUV 173.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 209 186 17 0 0.11 0.92 0.18 52.81 0.85 0.44
Hex D1 BA 11 0 B 5C 12 35 55 2C
Octal 321 272 21 0 13 134 22 65 125 54
Binary 11010001 10111010 10001 0 1011 1011100 10010 110101 1010101 101100

Color Harmonies of #D1BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA11

Black with #D1BA11

Text Example


Text Example

White with #D1BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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