Html Css Color HEX #D5BE12 Bird Flower

📋 copy color: '#D5BE12'

red 213 ◦ green 190 ◦ blue 18

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

Shades of Bird Flower #D5BE12

Tints of Bird Flower #D5BE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 50.59%
G = 45.13%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5BE12 (or 0xD5BE12) is known color: Bird Flower. HEX triplet: D5, BE and 12. RGB value is (213,190,18). Sum of RGB (Red+Green+Blue) = 213+190+18=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE12 is #2A41ED. Grayscale: #B1B1B1. Windows color (decimal): -2769390 or 1228501. OLE color: 1228501.

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

Color convert

RGB 213 190 18 -
CMYK 0 0.11 0.92 0.16
HSL 52.92º 0.84% 0.45% -
HSV(B) 52.92º 0.92% 0.84% -
XYZ 45.96 51.02 8 -
YUV 177.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 213 190 18 0 0.11 0.92 0.16 52.92 0.84 0.45
Hex D5 BE 12 0 B 5C 10 35 54 2D
Octal 325 276 22 0 13 134 20 65 124 55
Binary 11010101 10111110 10010 0 1011 1011100 10000 110101 1010100 101101

Color Harmonies of #D5BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE12

Black with #D5BE12

Text Example


Text Example

White with #D5BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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