Html Css Color HEX #D1B411 Bird Flower

📋 copy color: '#D1B411'

red 209 ◦ green 180 ◦ blue 17

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

Shades of Bird Flower #D1B411

Tints of Bird Flower #D1B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 51.48%
G = 44.33%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1B411 (or 0xD1B411) is known color: Bird Flower. HEX triplet: D1, B4 and 11. RGB value is (209,180,17). Sum of RGB (Red+Green+Blue) = 209+180+17=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B411 is #2E4BEE. Grayscale: #AAAAAA. Windows color (decimal): -3034095 or 1160401. OLE color: 1160401.

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

Color convert

RGB 209 180 17 -
CMYK 0 0.14 0.92 0.18
HSL 50.94º 0.85% 0.44% -
HSV(B) 50.94º 0.92% 0.82% -
XYZ 42.72 46.24 7.2 -
YUV 170.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 209 180 17 0 0.14 0.92 0.18 50.94 0.85 0.44
Hex D1 B4 11 0 E 5C 12 33 55 2C
Octal 321 264 21 0 16 134 22 63 125 54
Binary 11010001 10110100 10001 0 1110 1011100 10010 110011 1010101 101100

Color Harmonies of #D1B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B411

Black with #D1B411

Text Example


Text Example

White with #D1B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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