Html Css Color HEX #D1BA0A Bird Flower

📋 copy color: '#D1BA0A'

red 209 ◦ green 186 ◦ blue 10

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

Shades of Bird Flower #D1BA0A

Tints of Bird Flower #D1BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.47%

R = 51.6%
G = 45.93%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1BA0A (or 0xD1BA0A) is known color: Bird Flower. HEX triplet: D1, BA and 0A. RGB value is (209,186,10). Sum of RGB (Red+Green+Blue) = 209+186+10=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA0A is #2E45F5. Grayscale: #ADADAD. Windows color (decimal): -3032566 or 703185. OLE color: 703185.

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

Color convert

RGB 209 186 10 -
CMYK 0 0.11 0.95 0.18
HSL 53.07º 0.91% 0.43% -
HSV(B) 53.07º 0.95% 0.82% -
XYZ 43.91 48.7 7.37 -
YUV 172.81 36.12 153.81 -
System Red Green Blue C M Y K H S L
Decimal 209 186 10 0 0.11 0.95 0.18 53.07 0.91 0.43
Hex D1 BA A 0 B 5F 12 35 5B 2B
Octal 321 272 12 0 13 137 22 65 133 53
Binary 11010001 10111010 1010 0 1011 1011111 10010 110101 1011011 101011

Color Harmonies of #D1BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA0A

Black with #D1BA0A

Text Example


Text Example

White with #D1BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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