Html Css Color HEX #D1BA1E Bird Flower

📋 copy color: '#D1BA1E'

red 209 ◦ green 186 ◦ blue 30

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

Shades of Bird Flower #D1BA1E

Tints of Bird Flower #D1BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 49.18%
G = 43.76%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1BA1E (or 0xD1BA1E) is known color: Bird Flower. HEX triplet: D1, BA and 1E. RGB value is (209,186,30). Sum of RGB (Red+Green+Blue) = 209+186+30=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA1E is #2E45E1. Grayscale: #AFAFAF. Windows color (decimal): -3032546 or 2013905. OLE color: 2013905.

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

Color convert

RGB 209 186 30 -
CMYK 0 0.11 0.86 0.18
HSL 52.29º 0.75% 0.47% -
HSV(B) 52.29º 0.86% 0.82% -
XYZ 44.09 48.77 8.32 -
YUV 175.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 209 186 30 0 0.11 0.86 0.18 52.29 0.75 0.47
Hex D1 BA 1E 0 B 56 12 34 4B 2F
Octal 321 272 36 0 13 126 22 64 113 57
Binary 11010001 10111010 11110 0 1011 1010110 10010 110100 1001011 101111

Color Harmonies of #D1BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA1E

Black with #D1BA1E

Text Example


Text Example

White with #D1BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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