Html Css Color HEX #D1B511 Bird Flower

📋 copy color: '#D1B511'

red 209 ◦ green 181 ◦ blue 17

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

Shades of Bird Flower #D1B511

Tints of Bird Flower #D1B511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

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

R = 51.35%
G = 44.47%
B = 4.18%

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

#D1B511 (or 0xD1B511) is known color: Bird Flower. HEX triplet: D1, B5 and 11. RGB value is (209,181,17). Sum of RGB (Red+Green+Blue) = 209+181+17=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B511 is #2E4AEE. Grayscale: #ABABAB. Windows color (decimal): -3033839 or 1160657. OLE color: 1160657.

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

Color convert

RGB 209 181 17 -
CMYK 0 0.13 0.92 0.18
HSL 51.25º 0.85% 0.44% -
HSV(B) 51.25º 0.92% 0.82% -
XYZ 42.92 46.64 7.27 -
YUV 170.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 209 181 17 0 0.13 0.92 0.18 51.25 0.85 0.44
Hex D1 B5 11 0 D 5C 12 33 55 2C
Octal 321 265 21 0 15 134 22 63 125 54
Binary 11010001 10110101 10001 0 1101 1011100 10010 110011 1010101 101100

Color Harmonies of #D1B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B511

Black with #D1B511

Text Example


Text Example

White with #D1B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B511; }

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

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

background-color css

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

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

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

border-color css

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

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

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