Html Css Color HEX #D1BA06 Bird Flower

📋 copy color: '#D1BA06'

red 209 ◦ green 186 ◦ blue 6

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

Shades of Bird Flower #D1BA06

Tints of Bird Flower #D1BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 52.12%
G = 46.38%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1BA06 (or 0xD1BA06) is known color: Bird Flower. HEX triplet: D1, BA and 06. RGB value is (209,186,6). Sum of RGB (Red+Green+Blue) = 209+186+6=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA06 is #2E45F9. Grayscale: #ADADAD. Windows color (decimal): -3032570 or 441041. OLE color: 441041.

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

Color convert

RGB 209 186 6 -
CMYK 0 0.11 0.97 0.18
HSL 53.2º 0.94% 0.42% -
HSV(B) 53.2º 0.97% 0.82% -
XYZ 43.89 48.69 7.26 -
YUV 172.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 209 186 6 0 0.11 0.97 0.18 53.2 0.94 0.42
Hex D1 BA 6 0 B 61 12 35 5E 2A
Octal 321 272 6 0 13 141 22 65 136 52
Binary 11010001 10111010 110 0 1011 1100001 10010 110101 1011110 101010

Color Harmonies of #D1BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA06

Black with #D1BA06

Text Example


Text Example

White with #D1BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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