Html Css Color HEX #DD8626 Buttercup

📋 copy color: '#DD8626'

red 221 ◦ green 134 ◦ blue 38

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

Shades of Buttercup #DD8626

Tints of Buttercup #DD8626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.67%

R = 56.23%
G = 34.1%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8626 (or 0xDD8626) is known color: Buttercup. HEX triplet: DD, 86 and 26. RGB value is (221,134,38). Sum of RGB (Red+Green+Blue) = 221+134+38=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8626 is #2279D9. Grayscale: #959595. Windows color (decimal): -2259418 or 2524893. OLE color: 2524893.

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

Color convert

RGB 221 134 38 -
CMYK 0 0.39 0.83 0.13
HSL 31.48º 0.73% 0.51% -
HSV(B) 31.48º 0.83% 0.87% -
XYZ 38.69 32.56 6.08 -
YUV 149.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 221 134 38 0 0.39 0.83 0.13 31.48 0.73 0.51
Hex DD 86 26 0 27 53 D 1F 49 33
Octal 335 206 46 0 47 123 15 37 111 63
Binary 11011101 10000110 100110 0 100111 1010011 1101 11111 1001001 110011

Color Harmonies of #DD8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8626

Black with #DD8626

Text Example


Text Example

White with #DD8626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8626; }

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

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

background-color css

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

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

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

border-color css

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

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

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