Html Css Color HEX #D1B816 Bird Flower

📋 copy color: '#D1B816'

red 209 ◦ green 184 ◦ blue 22

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

Shades of Bird Flower #D1B816

Tints of Bird Flower #D1B816

RGB

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

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

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

R = 50.36%
G = 44.34%
B = 5.3%

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

#D1B816 (or 0xD1B816) is known color: Bird Flower. HEX triplet: D1, B8 and 16. RGB value is (209,184,22). Sum of RGB (Red+Green+Blue) = 209+184+22=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B816 is #2E47E9. Grayscale: #ADADAD. Windows color (decimal): -3033066 or 1489105. OLE color: 1489105.

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

Color convert

RGB 209 184 22 -
CMYK 0 0.12 0.89 0.18
HSL 51.98º 0.81% 0.45% -
HSV(B) 51.98º 0.89% 0.82% -
XYZ 43.58 47.89 7.71 -
YUV 173.01 42.78 153.67 -
System Red Green Blue C M Y K H S L
Decimal 209 184 22 0 0.12 0.89 0.18 51.98 0.81 0.45
Hex D1 B8 16 0 C 59 12 34 51 2D
Octal 321 270 26 0 14 131 22 64 121 55
Binary 11010001 10111000 10110 0 1100 1011001 10010 110100 1010001 101101

Color Harmonies of #D1B816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B816

Black with #D1B816

Text Example


Text Example

White with #D1B816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B816; }

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

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

background-color css

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

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

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

border-color css

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

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

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