Html Css Color HEX #DD8622 Buttercup

📋 copy color: '#DD8622'

red 221 ◦ green 134 ◦ blue 34

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

Shades of Buttercup #DD8622

Tints of Buttercup #DD8622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 56.81%
G = 34.45%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8622 (or 0xDD8622) is known color: Buttercup. HEX triplet: DD, 86 and 22. RGB value is (221,134,34). Sum of RGB (Red+Green+Blue) = 221+134+34=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8622 is #2279DD. Grayscale: #959595. Windows color (decimal): -2259422 or 2262749. OLE color: 2262749.

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

Color convert

RGB 221 134 34 -
CMYK 0 0.39 0.85 0.13
HSL 32.09º 0.73% 0.5% -
HSV(B) 32.09º 0.85% 0.87% -
XYZ 38.63 32.54 5.76 -
YUV 148.61 63.32 179.63 -
System Red Green Blue C M Y K H S L
Decimal 221 134 34 0 0.39 0.85 0.13 32.09 0.73 0.5
Hex DD 86 22 0 27 55 D 20 49 32
Octal 335 206 42 0 47 125 15 40 111 62
Binary 11011101 10000110 100010 0 100111 1010101 1101 100000 1001001 110010

Color Harmonies of #DD8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8622

Black with #DD8622

Text Example


Text Example

White with #DD8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8622; }

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

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

background-color css

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

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

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

border-color css

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

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

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