Html Css Color HEX #D1BA20 Bird Flower

📋 copy color: '#D1BA20'

red 209 ◦ green 186 ◦ blue 32

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

Shades of Bird Flower #D1BA20

Tints of Bird Flower #D1BA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 48.95%
G = 43.56%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1BA20 (or 0xD1BA20) is known color: Bird Flower. HEX triplet: D1, BA and 20. RGB value is (209,186,32). Sum of RGB (Red+Green+Blue) = 209+186+32=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA20 is #2E45DF. Grayscale: #AFAFAF. Windows color (decimal): -3032544 or 2144977. OLE color: 2144977.

HSL color Cylindrical-coordinate representation of color #D1BA20: hue angle of 52.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1BA20 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 32 -
CMYK 0 0.11 0.85 0.18
HSL 52.2º 0.73% 0.47% -
HSV(B) 52.2º 0.85% 0.82% -
XYZ 44.11 48.78 8.46 -
YUV 175.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 209 186 32 0 0.11 0.85 0.18 52.2 0.73 0.47
Hex D1 BA 20 0 B 55 12 34 49 2F
Octal 321 272 40 0 13 125 22 64 111 57
Binary 11010001 10111010 100000 0 1011 1010101 10010 110100 1001001 101111

Color Harmonies of #D1BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA20

Black with #D1BA20

Text Example


Text Example

White with #D1BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA20; }

 p { color: rgb(209,186,32); }

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

background-color css

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

 a { background-color: rgb(209,186,32); }

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

border-color css

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

 span { border-color: rgb(209,186,32); }

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