Html Css Color HEX #DD8321 Buttercup

📋 copy color: '#DD8321'

red 221 ◦ green 131 ◦ blue 33

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

Shades of Buttercup #DD8321

Tints of Buttercup #DD8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 57.4%
G = 34.03%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8321 (or 0xDD8321) is known color: Buttercup. HEX triplet: DD, 83 and 21. RGB value is (221,131,33). Sum of RGB (Red+Green+Blue) = 221+131+33=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8321 is #227CDE. Grayscale: #939393. Windows color (decimal): -2260191 or 2196445. OLE color: 2196445.

HSL color Cylindrical-coordinate representation of color #DD8321: hue angle of 31.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8321 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 33 -
CMYK 0 0.41 0.85 0.13
HSL 31.28º 0.74% 0.5% -
HSV(B) 31.28º 0.85% 0.87% -
XYZ 38.21 31.71 5.55 -
YUV 146.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 221 131 33 0 0.41 0.85 0.13 31.28 0.74 0.5
Hex DD 83 21 0 29 55 D 1F 4A 32
Octal 335 203 41 0 51 125 15 37 112 62
Binary 11011101 10000011 100001 0 101001 1010101 1101 11111 1001010 110010

Color Harmonies of #DD8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8321

Black with #DD8321

Text Example


Text Example

White with #DD8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8321; }

 p { color: rgb(221,131,33); }

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

background-color css

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

 a { background-color: rgb(221,131,33); }

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

border-color css

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

 span { border-color: rgb(221,131,33); }

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