Html Css Color HEX #D1BA12 Bird Flower

📋 copy color: '#D1BA12'

red 209 ◦ green 186 ◦ blue 18

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

Shades of Bird Flower #D1BA12

Tints of Bird Flower #D1BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 50.61%
G = 45.04%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1BA12 (or 0xD1BA12) is known color: Bird Flower. HEX triplet: D1, BA and 12. RGB value is (209,186,18). Sum of RGB (Red+Green+Blue) = 209+186+18=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA12 is #2E45ED. Grayscale: #AEAEAE. Windows color (decimal): -3032558 or 1227473. OLE color: 1227473.

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

Color convert

RGB 209 186 18 -
CMYK 0 0.11 0.91 0.18
HSL 52.77º 0.84% 0.45% -
HSV(B) 52.77º 0.91% 0.82% -
XYZ 43.96 48.72 7.66 -
YUV 173.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 209 186 18 0 0.11 0.91 0.18 52.77 0.84 0.45
Hex D1 BA 12 0 B 5B 12 35 54 2D
Octal 321 272 22 0 13 133 22 65 124 55
Binary 11010001 10111010 10010 0 1011 1011011 10010 110101 1010100 101101

Color Harmonies of #D1BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA12

Black with #D1BA12

Text Example


Text Example

White with #D1BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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