Html Css Color HEX #D1B915 Bird Flower

📋 copy color: '#D1B915'

red 209 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #D1B915

Tints of Bird Flower #D1B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 50.36%
G = 44.58%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1B915 (or 0xD1B915) is known color: Bird Flower. HEX triplet: D1, B9 and 15. RGB value is (209,185,21). Sum of RGB (Red+Green+Blue) = 209+185+21=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B915 is #2E46EA. Grayscale: #AEAEAE. Windows color (decimal): -3032811 or 1423825. OLE color: 1423825.

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

Color convert

RGB 209 185 21 -
CMYK 0 0.11 0.90 0.18
HSL 52.34º 0.82% 0.45% -
HSV(B) 52.34º 0.9% 0.82% -
XYZ 43.78 48.31 7.73 -
YUV 173.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 209 185 21 0 0.11 0.90 0.18 52.34 0.82 0.45
Hex D1 B9 15 0 B 5A 12 34 52 2D
Octal 321 271 25 0 13 132 22 64 122 55
Binary 11010001 10111001 10101 0 1011 1011010 10010 110100 1010010 101101

Color Harmonies of #D1B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B915

Black with #D1B915

Text Example


Text Example

White with #D1B915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B915; }

 p { color: rgb(209,185,21); }

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

background-color css

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

 a { background-color: rgb(209,185,21); }

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

border-color css

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

 span { border-color: rgb(209,185,21); }

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