Html Css Color HEX #DD8F22 Buttercup

📋 copy color: '#DD8F22'

red 221 ◦ green 143 ◦ blue 34

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

Shades of Buttercup #DD8F22

Tints of Buttercup #DD8F22

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 55.53%
G = 35.93%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8F22 (or 0xDD8F22) is known color: Buttercup. HEX triplet: DD, 8F and 22. RGB value is (221,143,34). Sum of RGB (Red+Green+Blue) = 221+143+34=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F22 is #2270DD. Grayscale: #9A9A9A. Windows color (decimal): -2257118 or 2265053. OLE color: 2265053.

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

Color convert

RGB 221 143 34 -
CMYK 0 0.35 0.85 0.13
HSL 34.97º 0.73% 0.5% -
HSV(B) 34.97º 0.85% 0.87% -
XYZ 39.93 35.13 6.19 -
YUV 153.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 221 143 34 0 0.35 0.85 0.13 34.97 0.73 0.5
Hex DD 8F 22 0 23 55 D 23 49 32
Octal 335 217 42 0 43 125 15 43 111 62
Binary 11011101 10001111 100010 0 100011 1010101 1101 100011 1001001 110010

Color Harmonies of #DD8F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F22

Black with #DD8F22

Text Example


Text Example

White with #DD8F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F22; }

 p { color: rgb(221,143,34); }

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

background-color css

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

 a { background-color: rgb(221,143,34); }

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

border-color css

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

 span { border-color: rgb(221,143,34); }

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