Html Css Color HEX #D49828 Buttercup

📋 copy color: '#D49828'

red 212 ◦ green 152 ◦ blue 40

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

Shades of Buttercup #D49828

Tints of Buttercup #D49828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 52.48%
G = 37.62%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D49828 (or 0xD49828) is known color: Buttercup. HEX triplet: D4, 98 and 28. RGB value is (212,152,40). Sum of RGB (Red+Green+Blue) = 212+152+40=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D49828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49828 is #2B67D7. Grayscale: #9D9D9D. Windows color (decimal): -2844632 or 2660564. OLE color: 2660564.

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

Color convert

RGB 212 152 40 -
CMYK 0 0.28 0.81 0.17
HSL 39.07º 0.68% 0.49% -
HSV(B) 39.07º 0.81% 0.83% -
XYZ 38.76 36.61 7.03 -
YUV 157.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 212 152 40 0 0.28 0.81 0.17 39.07 0.68 0.49
Hex D4 98 28 0 1C 51 11 27 44 31
Octal 324 230 50 0 34 121 21 47 104 61
Binary 11010100 10011000 101000 0 11100 1010001 10001 100111 1000100 110001

Color Harmonies of #D49828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49828

Black with #D49828

Text Example


Text Example

White with #D49828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49828; }

 p { color: rgb(212,152,40); }

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

background-color css

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

 a { background-color: rgb(212,152,40); }

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

border-color css

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

 span { border-color: rgb(212,152,40); }

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