Html Css Color HEX #D1B118 Bird Flower

📋 copy color: '#D1B118'

red 209 ◦ green 177 ◦ blue 24

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

Shades of Bird Flower #D1B118

Tints of Bird Flower #D1B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 50.98%
G = 43.17%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1B118 (or 0xD1B118) is known color: Bird Flower. HEX triplet: D1, B1 and 18. RGB value is (209,177,24). Sum of RGB (Red+Green+Blue) = 209+177+24=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B118 is #2E4EE7. Grayscale: #A9A9A9. Windows color (decimal): -3034856 or 1618385. OLE color: 1618385.

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

Color convert

RGB 209 177 24 -
CMYK 0 0.15 0.89 0.18
HSL 49.62º 0.79% 0.46% -
HSV(B) 49.62º 0.89% 0.82% -
XYZ 42.18 45.07 7.34 -
YUV 169.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 209 177 24 0 0.15 0.89 0.18 49.62 0.79 0.46
Hex D1 B1 18 0 F 59 12 32 4F 2E
Octal 321 261 30 0 17 131 22 62 117 56
Binary 11010001 10110001 11000 0 1111 1011001 10010 110010 1001111 101110

Color Harmonies of #D1B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B118

Black with #D1B118

Text Example


Text Example

White with #D1B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B118; }

 p { color: rgb(209,177,24); }

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

background-color css

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

 a { background-color: rgb(209,177,24); }

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

border-color css

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

 span { border-color: rgb(209,177,24); }

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