Html Css Color HEX #D1BA01 Bird Flower

📋 copy color: '#D1BA01'

red 209 ◦ green 186 ◦ blue 1

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

Shades of Bird Flower #D1BA01

Tints of Bird Flower #D1BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.78%
G = 46.97%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1BA01 (or 0xD1BA01) is known color: Bird Flower. HEX triplet: D1, BA and 01. RGB value is (209,186,1). Sum of RGB (Red+Green+Blue) = 209+186+1=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BA01 is #2E45FE. Grayscale: #ACACAC. Windows color (decimal): -3032575 or 113361. OLE color: 113361.

HSL color Cylindrical-coordinate representation of color #D1BA01: hue angle of 53.37º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1BA01 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 1 -
CMYK 0 0.11 1.00 0.18
HSL 53.37º 0.99% 0.41% -
HSV(B) 53.37º 1% 0.82% -
XYZ 43.86 48.68 7.11 -
YUV 171.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 209 186 1 0 0.11 1.00 0.18 53.37 0.99 0.41
Hex D1 BA 1 0 B 64 12 35 63 29
Octal 321 272 1 0 13 144 22 65 143 51
Binary 11010001 10111010 1 0 1011 1100100 10010 110101 1100011 101001

Color Harmonies of #D1BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA01

Black with #D1BA01

Text Example


Text Example

White with #D1BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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