Html Css Color HEX #D49820 Buttercup

📋 copy color: '#D49820'

red 212 ◦ green 152 ◦ blue 32

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

Shades of Buttercup #D49820

Tints of Buttercup #D49820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.08%

R = 53.54%
G = 38.38%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D49820 (or 0xD49820) is known color: Buttercup. HEX triplet: D4, 98 and 20. RGB value is (212,152,32). Sum of RGB (Red+Green+Blue) = 212+152+32=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D49820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49820 is #2B67DF. Grayscale: #9C9C9C. Windows color (decimal): -2844640 or 2136276. OLE color: 2136276.

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

Color convert

RGB 212 152 32 -
CMYK 0 0.28 0.85 0.17
HSL 40º 0.74% 0.48% -
HSV(B) 40º 0.85% 0.83% -
XYZ 38.64 36.56 6.39 -
YUV 156.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 212 152 32 0 0.28 0.85 0.17 40 0.74 0.48
Hex D4 98 20 0 1C 55 11 28 4A 30
Octal 324 230 40 0 34 125 21 50 112 60
Binary 11010100 10011000 100000 0 11100 1010101 10001 101000 1001010 110000

Color Harmonies of #D49820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49820

Black with #D49820

Text Example


Text Example

White with #D49820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49820; }

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

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

background-color css

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

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

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

border-color css

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

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

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