Html Css Color HEX #D1B51A Bird Flower

📋 copy color: '#D1B51A'

red 209 ◦ green 181 ◦ blue 26

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

Shades of Bird Flower #D1B51A

Tints of Bird Flower #D1B51A

RGB

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

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

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

R = 50.24%
G = 43.51%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1B51A (or 0xD1B51A) is known color: Bird Flower. HEX triplet: D1, B5 and 1A. RGB value is (209,181,26). Sum of RGB (Red+Green+Blue) = 209+181+26=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B51A is #2E4AE5. Grayscale: #ACACAC. Windows color (decimal): -3033830 or 1750481. OLE color: 1750481.

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

Color convert

RGB 209 181 26 -
CMYK 0 0.13 0.88 0.18
HSL 50.82º 0.78% 0.46% -
HSV(B) 50.82º 0.88% 0.82% -
XYZ 43 46.68 7.72 -
YUV 171.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 209 181 26 0 0.13 0.88 0.18 50.82 0.78 0.46
Hex D1 B5 1A 0 D 58 12 33 4E 2E
Octal 321 265 32 0 15 130 22 63 116 56
Binary 11010001 10110101 11010 0 1101 1011000 10010 110011 1001110 101110

Color Harmonies of #D1B51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B51A

Black with #D1B51A

Text Example


Text Example

White with #D1B51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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