Html Css Color HEX #DD8921 Buttercup

📋 copy color: '#DD8921'

red 221 ◦ green 137 ◦ blue 33

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

Shades of Buttercup #DD8921

Tints of Buttercup #DD8921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

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

R = 56.52%
G = 35.04%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8921 (or 0xDD8921) is known color: Buttercup. HEX triplet: DD, 89 and 21. RGB value is (221,137,33). Sum of RGB (Red+Green+Blue) = 221+137+33=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8921 is #2276DE. Grayscale: #969696. Windows color (decimal): -2258655 or 2197981. OLE color: 2197981.

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

Color convert

RGB 221 137 33 -
CMYK 0 0.38 0.85 0.13
HSL 33.19º 0.74% 0.5% -
HSV(B) 33.19º 0.85% 0.87% -
XYZ 39.04 33.37 5.82 -
YUV 150.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 221 137 33 0 0.38 0.85 0.13 33.19 0.74 0.5
Hex DD 89 21 0 26 55 D 21 4A 32
Octal 335 211 41 0 46 125 15 41 112 62
Binary 11011101 10001001 100001 0 100110 1010101 1101 100001 1001010 110010

Color Harmonies of #DD8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8921

Black with #DD8921

Text Example


Text Example

White with #DD8921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8921; }

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

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

background-color css

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

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

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

border-color css

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

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

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