Html Css Color HEX #D49426 Buttercup

📋 copy color: '#D49426'

red 212 ◦ green 148 ◦ blue 38

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

Shades of Buttercup #D49426

Tints of Buttercup #D49426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 53.27%
G = 37.19%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D49426 (or 0xD49426) is known color: Buttercup. HEX triplet: D4, 94 and 26. RGB value is (212,148,38). Sum of RGB (Red+Green+Blue) = 212+148+38=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D49426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49426 is #2B6BD9. Grayscale: #9B9B9B. Windows color (decimal): -2845658 or 2528468. OLE color: 2528468.

HSL color Cylindrical-coordinate representation of color #D49426: hue angle of 37.93º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D49426 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 38 -
CMYK 0 0.30 0.82 0.17
HSL 37.93º 0.7% 0.49% -
HSV(B) 37.93º 0.82% 0.83% -
XYZ 38.09 35.32 6.64 -
YUV 154.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 212 148 38 0 0.30 0.82 0.17 37.93 0.7 0.49
Hex D4 94 26 0 1E 52 11 26 46 31
Octal 324 224 46 0 36 122 21 46 106 61
Binary 11010100 10010100 100110 0 11110 1010010 10001 100110 1000110 110001

Color Harmonies of #D49426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49426

Black with #D49426

Text Example


Text Example

White with #D49426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49426; }

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

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

background-color css

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

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

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

border-color css

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

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

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