Html Css Color HEX #D5BE00 Bird Flower

📋 copy color: '#D5BE00'

red 213 ◦ green 190 ◦ blue 0

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

Shades of Bird Flower #D5BE00

Tints of Bird Flower #D5BE00

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 47.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D5BE00 (or 0xD5BE00) is known color: Bird Flower. HEX triplet: D5, BE and 00. RGB value is (213,190,0). Sum of RGB (Red+Green+Blue) = 213+190+0=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE00 is #2A41FF. Grayscale: #B0B0B0. Windows color (decimal): -2769408 or 48853. OLE color: 48853.

HSL color Cylindrical-coordinate representation of color #D5BE00: hue angle of 53.52º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5BE00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 0 -
CMYK 0 0.11 1 0.16
HSL 53.52º 1% 0.42% -
HSV(B) 53.52º 1% 0.84% -
XYZ 45.85 50.97 7.42 -
YUV 175.22 29.12 154.95 -
System Red Green Blue C M Y K H S L
Decimal 213 190 0 0 0.11 1 0.16 53.52 1 0.42
Hex D5 BE 0 0 B 64 10 36 64 2A
Octal 325 276 0 0 13 144 20 66 144 52
Binary 11010101 10111110 0 0 1011 1100100 10000 110110 1100100 101010

Color Harmonies of #D5BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE00

Black with #D5BE00

Text Example


Text Example

White with #D5BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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