Html Css Color HEX #D5BE03 Bird Flower

📋 copy color: '#D5BE03'

red 213 ◦ green 190 ◦ blue 3

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

Shades of Bird Flower #D5BE03

Tints of Bird Flower #D5BE03

RGB

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

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

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

R = 52.46%
G = 46.8%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5BE03 (or 0xD5BE03) is known color: Bird Flower. HEX triplet: D5, BE and 03. RGB value is (213,190,3). Sum of RGB (Red+Green+Blue) = 213+190+3=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE03 is #2A41FC. Grayscale: #B0B0B0. Windows color (decimal): -2769405 or 245461. OLE color: 245461.

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

Color convert

RGB 213 190 3 -
CMYK 0 0.11 0.99 0.16
HSL 53.43º 0.97% 0.42% -
HSV(B) 53.43º 0.99% 0.84% -
XYZ 45.87 50.98 7.51 -
YUV 175.56 30.62 154.71 -
System Red Green Blue C M Y K H S L
Decimal 213 190 3 0 0.11 0.99 0.16 53.43 0.97 0.42
Hex D5 BE 3 0 B 63 10 35 61 2A
Octal 325 276 3 0 13 143 20 65 141 52
Binary 11010101 10111110 11 0 1011 1100011 10000 110101 1100001 101010

Color Harmonies of #D5BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE03

Black with #D5BE03

Text Example


Text Example

White with #D5BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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