Html Css Color HEX #D1B716 Bird Flower

📋 copy color: '#D1B716'

red 209 ◦ green 183 ◦ blue 22

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

Shades of Bird Flower #D1B716

Tints of Bird Flower #D1B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.2%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 50.48%
G = 44.2%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1B716 (or 0xD1B716) is known color: Bird Flower. HEX triplet: D1, B7 and 16. RGB value is (209,183,22). Sum of RGB (Red+Green+Blue) = 209+183+22=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B716 is #2E48E9. Grayscale: #ADADAD. Windows color (decimal): -3033322 or 1488849. OLE color: 1488849.

HSL color Cylindrical-coordinate representation of color #D1B716: hue angle of 51.66º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1B716 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 22 -
CMYK 0 0.12 0.89 0.18
HSL 51.66º 0.81% 0.45% -
HSV(B) 51.66º 0.89% 0.82% -
XYZ 43.37 47.48 7.64 -
YUV 172.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 209 183 22 0 0.12 0.89 0.18 51.66 0.81 0.45
Hex D1 B7 16 0 C 59 12 34 51 2D
Octal 321 267 26 0 14 131 22 64 121 55
Binary 11010001 10110111 10110 0 1100 1011001 10010 110100 1010001 101101

Color Harmonies of #D1B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B716

Black with #D1B716

Text Example


Text Example

White with #D1B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B716; }

 p { color: rgb(209,183,22); }

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

background-color css

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

 a { background-color: rgb(209,183,22); }

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

border-color css

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

 span { border-color: rgb(209,183,22); }

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