Html Css Color HEX #D49821 Buttercup

📋 copy color: '#D49821'

red 212 ◦ green 152 ◦ blue 33

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

Shades of Buttercup #D49821

Tints of Buttercup #D49821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 53.4%
G = 38.29%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D49821 (or 0xD49821) is known color: Buttercup. HEX triplet: D4, 98 and 21. RGB value is (212,152,33). Sum of RGB (Red+Green+Blue) = 212+152+33=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D49821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49821 is #2B67DE. Grayscale: #9C9C9C. Windows color (decimal): -2844639 or 2201812. OLE color: 2201812.

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

Color convert

RGB 212 152 33 -
CMYK 0 0.28 0.84 0.17
HSL 39.89º 0.73% 0.48% -
HSV(B) 39.89º 0.84% 0.83% -
XYZ 38.65 36.56 6.46 -
YUV 156.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 212 152 33 0 0.28 0.84 0.17 39.89 0.73 0.48
Hex D4 98 21 0 1C 54 11 28 49 30
Octal 324 230 41 0 34 124 21 50 111 60
Binary 11010100 10011000 100001 0 11100 1010100 10001 101000 1001001 110000

Color Harmonies of #D49821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49821

Black with #D49821

Text Example


Text Example

White with #D49821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49821; }

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

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

background-color css

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

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

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

border-color css

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

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

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