Html Css Color HEX #D49419 Buttercup

📋 copy color: '#D49419'

red 212 ◦ green 148 ◦ blue 25

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

Shades of Buttercup #D49419

Tints of Buttercup #D49419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 55.06%
G = 38.44%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D49419 (or 0xD49419) is known color: Buttercup. HEX triplet: D4, 94 and 19. RGB value is (212,148,25). Sum of RGB (Red+Green+Blue) = 212+148+25=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49419 is #2B6BE6. Grayscale: #999999. Windows color (decimal): -2845671 or 1676500. OLE color: 1676500.

HSL color Cylindrical-coordinate representation of color #D49419: hue angle of 39.47º 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 #D49419 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 25 -
CMYK 0 0.30 0.88 0.17
HSL 39.47º 0.79% 0.46% -
HSV(B) 39.47º 0.88% 0.83% -
XYZ 37.92 35.25 5.72 -
YUV 153.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 212 148 25 0 0.30 0.88 0.17 39.47 0.79 0.46
Hex D4 94 19 0 1E 58 11 27 4F 2E
Octal 324 224 31 0 36 130 21 47 117 56
Binary 11010100 10010100 11001 0 11110 1011000 10001 100111 1001111 101110

Color Harmonies of #D49419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49419

Black with #D49419

Text Example


Text Example

White with #D49419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49419; }

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

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

background-color css

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

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

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

border-color css

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

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

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