Html Css Color HEX #D5BE04 Bird Flower

📋 copy color: '#D5BE04'

red 213 ◦ green 190 ◦ blue 4

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

Shades of Bird Flower #D5BE04

Tints of Bird Flower #D5BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 52.33%
G = 46.68%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5BE04 (or 0xD5BE04) is known color: Bird Flower. HEX triplet: D5, BE and 04. RGB value is (213,190,4). Sum of RGB (Red+Green+Blue) = 213+190+4=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE04 is #2A41FB. Grayscale: #B0B0B0. Windows color (decimal): -2769404 or 310997. OLE color: 310997.

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

Color convert

RGB 213 190 4 -
CMYK 0 0.11 0.98 0.16
HSL 53.4º 0.96% 0.43% -
HSV(B) 53.4º 0.98% 0.84% -
XYZ 45.88 50.98 7.54 -
YUV 175.67 31.12 154.62 -
System Red Green Blue C M Y K H S L
Decimal 213 190 4 0 0.11 0.98 0.16 53.4 0.96 0.43
Hex D5 BE 4 0 B 62 10 35 60 2B
Octal 325 276 4 0 13 142 20 65 140 53
Binary 11010101 10111110 100 0 1011 1100010 10000 110101 1100000 101011

Color Harmonies of #D5BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE04

Black with #D5BE04

Text Example


Text Example

White with #D5BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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