Html Css Color HEX #DD9132 Buttercup

📋 copy color: '#DD9132'

red 221 ◦ green 145 ◦ blue 50

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

Shades of Buttercup #DD9132

Tints of Buttercup #DD9132

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 53.13%
G = 34.86%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9132 (or 0xDD9132) is known color: Buttercup. HEX triplet: DD, 91 and 32. RGB value is (221,145,50). Sum of RGB (Red+Green+Blue) = 221+145+50=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9132 is #226ECD. Grayscale: #9D9D9D. Windows color (decimal): -2256590 or 3314141. OLE color: 3314141.

HSL color Cylindrical-coordinate representation of color #DD9132: hue angle of 33.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD9132 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 50 -
CMYK 0 0.34 0.77 0.13
HSL 33.33º 0.72% 0.53% -
HSV(B) 33.33º 0.77% 0.87% -
XYZ 40.52 35.85 7.8 -
YUV 156.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 221 145 50 0 0.34 0.77 0.13 33.33 0.72 0.53
Hex DD 91 32 0 22 4D D 21 48 35
Octal 335 221 62 0 42 115 15 41 110 65
Binary 11011101 10010001 110010 0 100010 1001101 1101 100001 1001000 110101

Color Harmonies of #DD9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9132

Black with #DD9132

Text Example


Text Example

White with #DD9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9132; }

 p { color: rgb(221,145,50); }

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

background-color css

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

 a { background-color: rgb(221,145,50); }

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

border-color css

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

 span { border-color: rgb(221,145,50); }

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