Html Css Color HEX #D5BE0A Bird Flower

📋 copy color: '#D5BE0A'

red 213 ◦ green 190 ◦ blue 10

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

Shades of Bird Flower #D5BE0A

Tints of Bird Flower #D5BE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 51.57%
G = 46%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5BE0A (or 0xD5BE0A) is known color: Bird Flower. HEX triplet: D5, BE and 0A. RGB value is (213,190,10). Sum of RGB (Red+Green+Blue) = 213+190+10=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE0A is #2A41F5. Grayscale: #B1B1B1. Windows color (decimal): -2769398 or 704213. OLE color: 704213.

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

Color convert

RGB 213 190 10 -
CMYK 0 0.11 0.95 0.16
HSL 53.2º 0.91% 0.44% -
HSV(B) 53.2º 0.95% 0.84% -
XYZ 45.91 50.99 7.71 -
YUV 176.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 213 190 10 0 0.11 0.95 0.16 53.2 0.91 0.44
Hex D5 BE A 0 B 5F 10 35 5B 2C
Octal 325 276 12 0 13 137 20 65 133 54
Binary 11010101 10111110 1010 0 1011 1011111 10000 110101 1011011 101100

Color Harmonies of #D5BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE0A

Black with #D5BE0A

Text Example


Text Example

White with #D5BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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