Html Css Color HEX #D1BF03 Bird Flower

📋 copy color: '#D1BF03'

red 209 ◦ green 191 ◦ blue 3

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

Shades of Bird Flower #D1BF03

Tints of Bird Flower #D1BF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 51.86%
G = 47.39%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1BF03 (or 0xD1BF03) is known color: Bird Flower. HEX triplet: D1, BF and 03. RGB value is (209,191,3). Sum of RGB (Red+Green+Blue) = 209+191+3=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BF03 is #2E40FC. Grayscale: #AFAFAF. Windows color (decimal): -3031293 or 245713. OLE color: 245713.

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

Color convert

RGB 209 191 3 -
CMYK 0 0.09 0.99 0.18
HSL 54.76º 0.97% 0.42% -
HSV(B) 54.76º 0.99% 0.82% -
XYZ 44.94 50.82 7.53 -
YUV 174.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 209 191 3 0 0.09 0.99 0.18 54.76 0.97 0.42
Hex D1 BF 3 0 9 63 12 37 61 2A
Octal 321 277 3 0 11 143 22 67 141 52
Binary 11010001 10111111 11 0 1001 1100011 10010 110111 1100001 101010

Color Harmonies of #D1BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF03

Black with #D1BF03

Text Example


Text Example

White with #D1BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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