Html Css Color HEX #D1BF01 Bird Flower

📋 copy color: '#D1BF01'

red 209 ◦ green 191 ◦ blue 1

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

Shades of Bird Flower #D1BF01

Tints of Bird Flower #D1BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

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

R = 52.12%
G = 47.63%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1BF01 (or 0xD1BF01) is known color: Bird Flower. HEX triplet: D1, BF and 01. RGB value is (209,191,1). Sum of RGB (Red+Green+Blue) = 209+191+1=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BF01 is #2E40FE. Grayscale: #AFAFAF. Windows color (decimal): -3031295 or 114641. OLE color: 114641.

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

Color convert

RGB 209 191 1 -
CMYK 0 0.09 1.00 0.18
HSL 54.81º 0.99% 0.41% -
HSV(B) 54.81º 1% 0.82% -
XYZ 44.93 50.82 7.47 -
YUV 174.72 29.96 152.45 -
System Red Green Blue C M Y K H S L
Decimal 209 191 1 0 0.09 1.00 0.18 54.81 0.99 0.41
Hex D1 BF 1 0 9 64 12 37 63 29
Octal 321 277 1 0 11 144 22 67 143 51
Binary 11010001 10111111 1 0 1001 1100100 10010 110111 1100011 101001

Color Harmonies of #D1BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF01

Black with #D1BF01

Text Example


Text Example

White with #D1BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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