Html Css Color HEX #DD9133 Buttercup

📋 copy color: '#DD9133'

red 221 ◦ green 145 ◦ blue 51

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

Shades of Buttercup #DD9133

Tints of Buttercup #DD9133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 53%
G = 34.77%
B = 12.23%

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

#DD9133 (or 0xDD9133) is known color: Buttercup. HEX triplet: DD, 91 and 33. RGB value is (221,145,51). Sum of RGB (Red+Green+Blue) = 221+145+51=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9133 is #226ECC. Grayscale: #9D9D9D. Windows color (decimal): -2256589 or 3379677. OLE color: 3379677.

HSL color Cylindrical-coordinate representation of color #DD9133: hue angle of 33.18º degrees, saturation: 0.71, 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 #DD9133 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 51 -
CMYK 0 0.34 0.77 0.13
HSL 33.18º 0.71% 0.53% -
HSV(B) 33.18º 0.77% 0.87% -
XYZ 40.54 35.86 7.92 -
YUV 157.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 221 145 51 0 0.34 0.77 0.13 33.18 0.71 0.53
Hex DD 91 33 0 22 4D D 21 47 35
Octal 335 221 63 0 42 115 15 41 107 65
Binary 11011101 10010001 110011 0 100010 1001101 1101 100001 1000111 110101

Color Harmonies of #DD9133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9133

Black with #DD9133

Text Example


Text Example

White with #DD9133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9133; }

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

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

background-color css

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

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

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

border-color css

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

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

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