Html Css Color HEX #D49219 Buttercup

📋 copy color: '#D49219'

red 212 ◦ green 146 ◦ blue 25

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

Shades of Buttercup #D49219

Tints of Buttercup #D49219

RGB

 RED value IS 212 (83.2% from 255) = 55.35%

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 55.35%
G = 38.12%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D49219 (or 0xD49219) is known color: Buttercup. HEX triplet: D4, 92 and 19. RGB value is (212,146,25). Sum of RGB (Red+Green+Blue) = 212+146+25=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49219 is #2B6DE6. Grayscale: #989898. Windows color (decimal): -2846183 or 1675988. OLE color: 1675988.

HSL color Cylindrical-coordinate representation of color #D49219: hue angle of 38.82º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D49219 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 146 25 -
CMYK 0 0.31 0.88 0.17
HSL 38.82º 0.79% 0.46% -
HSV(B) 38.82º 0.88% 0.83% -
XYZ 37.61 34.63 5.62 -
YUV 151.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 212 146 25 0 0.31 0.88 0.17 38.82 0.79 0.46
Hex D4 92 19 0 1F 58 11 27 4F 2E
Octal 324 222 31 0 37 130 21 47 117 56
Binary 11010100 10010010 11001 0 11111 1011000 10001 100111 1001111 101110

Color Harmonies of #D49219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49219

Black with #D49219

Text Example


Text Example

White with #D49219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49219; }

 p { color: rgb(212,146,25); }

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

background-color css

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

 a { background-color: rgb(212,146,25); }

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

border-color css

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

 span { border-color: rgb(212,146,25); }

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