Html Css Color HEX #D1B611 Bird Flower

📋 copy color: '#D1B611'

red 209 ◦ green 182 ◦ blue 17

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

Shades of Bird Flower #D1B611

Tints of Bird Flower #D1B611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 51.23%
G = 44.61%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1B611 (or 0xD1B611) is known color: Bird Flower. HEX triplet: D1, B6 and 11. RGB value is (209,182,17). Sum of RGB (Red+Green+Blue) = 209+182+17=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B611 is #2E49EE. Grayscale: #ABABAB. Windows color (decimal): -3033583 or 1160913. OLE color: 1160913.

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

Color convert

RGB 209 182 17 -
CMYK 0 0.13 0.92 0.18
HSL 51.56º 0.85% 0.44% -
HSV(B) 51.56º 0.92% 0.82% -
XYZ 43.12 47.05 7.34 -
YUV 171.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 209 182 17 0 0.13 0.92 0.18 51.56 0.85 0.44
Hex D1 B6 11 0 D 5C 12 34 55 2C
Octal 321 266 21 0 15 134 22 64 125 54
Binary 11010001 10110110 10001 0 1101 1011100 10010 110100 1010101 101100

Color Harmonies of #D1B611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B611

Black with #D1B611

Text Example


Text Example

White with #D1B611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B611; }

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

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

background-color css

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

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

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

border-color css

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

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

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