Html Css Color HEX #D49722 Buttercup

📋 copy color: '#D49722'

red 212 ◦ green 151 ◦ blue 34

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

Shades of Buttercup #D49722

Tints of Buttercup #D49722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.56%

R = 53.4%
G = 38.04%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D49722 (or 0xD49722) is known color: Buttercup. HEX triplet: D4, 97 and 22. RGB value is (212,151,34). Sum of RGB (Red+Green+Blue) = 212+151+34=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D49722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49722 is #2B68DD. Grayscale: #9C9C9C. Windows color (decimal): -2844894 or 2267092. OLE color: 2267092.

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

Color convert

RGB 212 151 34 -
CMYK 0 0.29 0.84 0.17
HSL 39.44º 0.72% 0.48% -
HSV(B) 39.44º 0.84% 0.83% -
XYZ 38.51 36.25 6.48 -
YUV 155.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 212 151 34 0 0.29 0.84 0.17 39.44 0.72 0.48
Hex D4 97 22 0 1D 54 11 27 48 30
Octal 324 227 42 0 35 124 21 47 110 60
Binary 11010100 10010111 100010 0 11101 1010100 10001 100111 1001000 110000

Color Harmonies of #D49722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49722

Black with #D49722

Text Example


Text Example

White with #D49722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49722; }

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

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

background-color css

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

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

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

border-color css

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

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

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