Html Css Color HEX #D1BE00 Bird Flower

📋 copy color: '#D1BE00'

red 209 ◦ green 190 ◦ blue 0

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

Shades of Bird Flower #D1BE00

Tints of Bird Flower #D1BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1BE00 (or 0xD1BE00) is known color: Bird Flower. HEX triplet: D1, BE and 00. RGB value is (209,190,0). Sum of RGB (Red+Green+Blue) = 209+190+0=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE00 is #2E41FF. Grayscale: #AEAEAE. Windows color (decimal): -3031552 or 48849. OLE color: 48849.

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

Color convert

RGB 209 190 0 -
CMYK 0 0.09 1 0.18
HSL 54.55º 1% 0.41% -
HSV(B) 54.55º 1% 0.82% -
XYZ 44.71 50.38 7.37 -
YUV 174.02 29.79 152.95 -
System Red Green Blue C M Y K H S L
Decimal 209 190 0 0 0.09 1 0.18 54.55 1 0.41
Hex D1 BE 0 0 9 64 12 37 64 29
Octal 321 276 0 0 11 144 22 67 144 51
Binary 11010001 10111110 0 0 1001 1100100 10010 110111 1100100 101001

Color Harmonies of #D1BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BE00

Black with #D1BE00

Text Example


Text Example

White with #D1BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BE00; }

 p { color: rgb(209,190,0); }

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

background-color css

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

 a { background-color: rgb(209,190,0); }

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

border-color css

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

 span { border-color: rgb(209,190,0); }

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