Html Css Color HEX #D5BE13 Bird Flower

📋 copy color: '#D5BE13'

red 213 ◦ green 190 ◦ blue 19

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

Shades of Bird Flower #D5BE13

Tints of Bird Flower #D5BE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 50.47%
G = 45.02%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5BE13 (or 0xD5BE13) is known color: Bird Flower. HEX triplet: D5, BE and 13. RGB value is (213,190,19). Sum of RGB (Red+Green+Blue) = 213+190+19=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE13 is #2A41EC. Grayscale: #B2B2B2. Windows color (decimal): -2769389 or 1294037. OLE color: 1294037.

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

Color convert

RGB 213 190 19 -
CMYK 0 0.11 0.91 0.16
HSL 52.89º 0.84% 0.45% -
HSV(B) 52.89º 0.91% 0.84% -
XYZ 45.97 51.02 8.04 -
YUV 177.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 213 190 19 0 0.11 0.91 0.16 52.89 0.84 0.45
Hex D5 BE 13 0 B 5B 10 35 54 2D
Octal 325 276 23 0 13 133 20 65 124 55
Binary 11010101 10111110 10011 0 1011 1011011 10000 110101 1010100 101101

Color Harmonies of #D5BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE13

Black with #D5BE13

Text Example


Text Example

White with #D5BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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