Html Css Color HEX #DD9533 Buttercup

📋 copy color: '#DD9533'

red 221 ◦ green 149 ◦ blue 51

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

Shades of Buttercup #DD9533

Tints of Buttercup #DD9533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 52.49%
G = 35.39%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD9533 (or 0xDD9533) is known color: Buttercup. HEX triplet: DD, 95 and 33. RGB value is (221,149,51). Sum of RGB (Red+Green+Blue) = 221+149+51=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9533 is #226ACC. Grayscale: #9F9F9F. Windows color (decimal): -2255565 or 3380701. OLE color: 3380701.

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

Color convert

RGB 221 149 51 -
CMYK 0 0.33 0.77 0.13
HSL 34.59º 0.71% 0.53% -
HSV(B) 34.59º 0.77% 0.87% -
XYZ 41.16 37.11 8.12 -
YUV 159.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 221 149 51 0 0.33 0.77 0.13 34.59 0.71 0.53
Hex DD 95 33 0 21 4D D 23 47 35
Octal 335 225 63 0 41 115 15 43 107 65
Binary 11011101 10010101 110011 0 100001 1001101 1101 100011 1000111 110101

Color Harmonies of #DD9533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9533

Black with #DD9533

Text Example


Text Example

White with #DD9533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9533; }

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

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

background-color css

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

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

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

border-color css

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

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

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