Html Css Color HEX #D1B71A Bird Flower

📋 copy color: '#D1B71A'

red 209 ◦ green 183 ◦ blue 26

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

Shades of Bird Flower #D1B71A

Tints of Bird Flower #D1B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 50%
G = 43.78%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1B71A (or 0xD1B71A) is known color: Bird Flower. HEX triplet: D1, B7 and 1A. RGB value is (209,183,26). Sum of RGB (Red+Green+Blue) = 209+183+26=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B71A is #2E48E5. Grayscale: #ADADAD. Windows color (decimal): -3033318 or 1750993. OLE color: 1750993.

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

Color convert

RGB 209 183 26 -
CMYK 0 0.12 0.88 0.18
HSL 51.48º 0.78% 0.46% -
HSV(B) 51.48º 0.88% 0.82% -
XYZ 43.41 47.5 7.86 -
YUV 172.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 209 183 26 0 0.12 0.88 0.18 51.48 0.78 0.46
Hex D1 B7 1A 0 C 58 12 33 4E 2E
Octal 321 267 32 0 14 130 22 63 116 56
Binary 11010001 10110111 11010 0 1100 1011000 10010 110011 1001110 101110

Color Harmonies of #D1B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B71A

Black with #D1B71A

Text Example


Text Example

White with #D1B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B71A; }

 p { color: rgb(209,183,26); }

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

background-color css

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

 a { background-color: rgb(209,183,26); }

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

border-color css

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

 span { border-color: rgb(209,183,26); }

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