Html Css Color HEX #D1B811 Bird Flower

📋 copy color: '#D1B811'

red 209 ◦ green 184 ◦ blue 17

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

Shades of Bird Flower #D1B811

Tints of Bird Flower #D1B811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 50.98%
G = 44.88%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1B811 (or 0xD1B811) is known color: Bird Flower. HEX triplet: D1, B8 and 11. RGB value is (209,184,17). Sum of RGB (Red+Green+Blue) = 209+184+17=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B811 is #2E47EE. Grayscale: #ADADAD. Windows color (decimal): -3033071 or 1161425. OLE color: 1161425.

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

Color convert

RGB 209 184 17 -
CMYK 0 0.12 0.92 0.18
HSL 52.19º 0.85% 0.44% -
HSV(B) 52.19º 0.92% 0.82% -
XYZ 43.54 47.88 7.48 -
YUV 172.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 209 184 17 0 0.12 0.92 0.18 52.19 0.85 0.44
Hex D1 B8 11 0 C 5C 12 34 55 2C
Octal 321 270 21 0 14 134 22 64 125 54
Binary 11010001 10111000 10001 0 1100 1011100 10010 110100 1010101 101100

Color Harmonies of #D1B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B811

Black with #D1B811

Text Example


Text Example

White with #D1B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B811; }

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

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

background-color css

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

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

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

border-color css

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

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

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