Html Css Color HEX #D49720 Buttercup

📋 copy color: '#D49720'

red 212 ◦ green 151 ◦ blue 32

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

Shades of Buttercup #D49720

Tints of Buttercup #D49720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 53.67%
G = 38.23%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D49720 (or 0xD49720) is known color: Buttercup. HEX triplet: D4, 97 and 20. RGB value is (212,151,32). Sum of RGB (Red+Green+Blue) = 212+151+32=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D49720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49720 is #2B68DF. Grayscale: #9C9C9C. Windows color (decimal): -2844896 or 2136020. OLE color: 2136020.

HSL color Cylindrical-coordinate representation of color #D49720: hue angle of 39.67º 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 #D49720 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 32 -
CMYK 0 0.29 0.85 0.17
HSL 39.67º 0.74% 0.48% -
HSV(B) 39.67º 0.85% 0.83% -
XYZ 38.48 36.23 6.33 -
YUV 155.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 212 151 32 0 0.29 0.85 0.17 39.67 0.74 0.48
Hex D4 97 20 0 1D 55 11 28 4A 30
Octal 324 227 40 0 35 125 21 50 112 60
Binary 11010100 10010111 100000 0 11101 1010101 10001 101000 1001010 110000

Color Harmonies of #D49720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49720

Black with #D49720

Text Example


Text Example

White with #D49720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49720; }

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

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

background-color css

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

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

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

border-color css

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

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

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