Html Css Color HEX #DD8624 Buttercup

📋 copy color: '#DD8624'

red 221 ◦ green 134 ◦ blue 36

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

Shades of Buttercup #DD8624

Tints of Buttercup #DD8624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 56.52%
G = 34.27%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD8624 (or 0xDD8624) is known color: Buttercup. HEX triplet: DD, 86 and 24. RGB value is (221,134,36). Sum of RGB (Red+Green+Blue) = 221+134+36=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8624 is #2279DB. Grayscale: #959595. Windows color (decimal): -2259420 or 2393821. OLE color: 2393821.

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

Color convert

RGB 221 134 36 -
CMYK 0 0.39 0.84 0.13
HSL 31.78º 0.73% 0.5% -
HSV(B) 31.78º 0.84% 0.87% -
XYZ 38.66 32.55 5.91 -
YUV 148.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 221 134 36 0 0.39 0.84 0.13 31.78 0.73 0.5
Hex DD 86 24 0 27 54 D 20 49 32
Octal 335 206 44 0 47 124 15 40 111 62
Binary 11011101 10000110 100100 0 100111 1010100 1101 100000 1001001 110010

Color Harmonies of #DD8624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8624

Black with #DD8624

Text Example


Text Example

White with #DD8624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8624; }

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

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

background-color css

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

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

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

border-color css

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

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

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