Html Css Color HEX #D49218 Buttercup

📋 copy color: '#D49218'

red 212 ◦ green 146 ◦ blue 24

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

Shades of Buttercup #D49218

Tints of Buttercup #D49218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 55.5%
G = 38.22%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D49218 (or 0xD49218) is known color: Buttercup. HEX triplet: D4, 92 and 18. RGB value is (212,146,24). Sum of RGB (Red+Green+Blue) = 212+146+24=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49218 is #2B6DE7. Grayscale: #989898. Windows color (decimal): -2846184 or 1610452. OLE color: 1610452.

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

Color convert

RGB 212 146 24 -
CMYK 0 0.31 0.89 0.17
HSL 38.94º 0.8% 0.46% -
HSV(B) 38.94º 0.89% 0.83% -
XYZ 37.6 34.62 5.57 -
YUV 151.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 212 146 24 0 0.31 0.89 0.17 38.94 0.8 0.46
Hex D4 92 18 0 1F 59 11 27 50 2E
Octal 324 222 30 0 37 131 21 47 120 56
Binary 11010100 10010010 11000 0 11111 1011001 10001 100111 1010000 101110

Color Harmonies of #D49218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49218

Black with #D49218

Text Example


Text Example

White with #D49218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49218; }

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

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

background-color css

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

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

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

border-color css

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

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

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