Html Css Color HEX #D1BA07 Bird Flower

📋 copy color: '#D1BA07'

red 209 ◦ green 186 ◦ blue 7

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

Shades of Bird Flower #D1BA07

Tints of Bird Flower #D1BA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 51.99%
G = 46.27%
B = 1.74%

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

#D1BA07 (or 0xD1BA07) is known color: Bird Flower. HEX triplet: D1, BA and 07. RGB value is (209,186,7). Sum of RGB (Red+Green+Blue) = 209+186+7=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA07 is #2E45F8. Grayscale: #ADADAD. Windows color (decimal): -3032569 or 506577. OLE color: 506577.

HSL color Cylindrical-coordinate representation of color #D1BA07: hue angle of 53.17º 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 #D1BA07 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

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

Color Harmonies of #D1BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA07

Black with #D1BA07

Text Example


Text Example

White with #D1BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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