Html Css Color HEX #D49622 Buttercup

📋 copy color: '#D49622'

red 212 ◦ green 150 ◦ blue 34

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

Shades of Buttercup #D49622

Tints of Buttercup #D49622

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

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

R = 53.54%
G = 37.88%
B = 8.59%

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

#D49622 (or 0xD49622) is known color: Buttercup. HEX triplet: D4, 96 and 22. RGB value is (212,150,34). Sum of RGB (Red+Green+Blue) = 212+150+34=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D49622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49622 is #2B69DD. Grayscale: #9B9B9B. Windows color (decimal): -2845150 or 2266836. OLE color: 2266836.

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

Color convert

RGB 212 150 34 -
CMYK 0 0.29 0.84 0.17
HSL 39.1º 0.72% 0.48% -
HSV(B) 39.1º 0.84% 0.83% -
XYZ 38.35 35.93 6.43 -
YUV 155.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 212 150 34 0 0.29 0.84 0.17 39.1 0.72 0.48
Hex D4 96 22 0 1D 54 11 27 48 30
Octal 324 226 42 0 35 124 21 47 110 60
Binary 11010100 10010110 100010 0 11101 1010100 10001 100111 1001000 110000

Color Harmonies of #D49622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49622

Black with #D49622

Text Example


Text Example

White with #D49622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49622; }

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

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

background-color css

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

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

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

border-color css

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

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

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