Html Css Color HEX #D5BE01 Bird Flower

📋 copy color: '#D5BE01'

red 213 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #D5BE01

Tints of Bird Flower #D5BE01

RGB

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

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

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

R = 52.72%
G = 47.03%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5BE01 (or 0xD5BE01) is known color: Bird Flower. HEX triplet: D5, BE and 01. RGB value is (213,190,1). Sum of RGB (Red+Green+Blue) = 213+190+1=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE01 is #2A41FE. Grayscale: #B0B0B0. Windows color (decimal): -2769407 or 114389. OLE color: 114389.

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

Color convert

RGB 213 190 1 -
CMYK 0 0.11 1.00 0.16
HSL 53.49º 0.99% 0.42% -
HSV(B) 53.49º 1% 0.84% -
XYZ 45.86 50.98 7.45 -
YUV 175.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 213 190 1 0 0.11 1.00 0.16 53.49 0.99 0.42
Hex D5 BE 1 0 B 64 10 35 63 2A
Octal 325 276 1 0 13 144 20 65 143 52
Binary 11010101 10111110 1 0 1011 1100100 10000 110101 1100011 101010

Color Harmonies of #D5BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE01

Black with #D5BE01

Text Example


Text Example

White with #D5BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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