Html Css Color HEX #DD8826 Buttercup

📋 copy color: '#DD8826'

red 221 ◦ green 136 ◦ blue 38

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

Shades of Buttercup #DD8826

Tints of Buttercup #DD8826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 55.95%
G = 34.43%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8826 (or 0xDD8826) is known color: Buttercup. HEX triplet: DD, 88 and 26. RGB value is (221,136,38). Sum of RGB (Red+Green+Blue) = 221+136+38=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8826 is #2277D9. Grayscale: #969696. Windows color (decimal): -2258906 or 2525405. OLE color: 2525405.

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

Color convert

RGB 221 136 38 -
CMYK 0 0.38 0.83 0.13
HSL 32.13º 0.73% 0.51% -
HSV(B) 32.13º 0.83% 0.87% -
XYZ 38.97 33.12 6.17 -
YUV 150.24 64.66 178.47 -
System Red Green Blue C M Y K H S L
Decimal 221 136 38 0 0.38 0.83 0.13 32.13 0.73 0.51
Hex DD 88 26 0 26 53 D 20 49 33
Octal 335 210 46 0 46 123 15 40 111 63
Binary 11011101 10001000 100110 0 100110 1010011 1101 100000 1001001 110011

Color Harmonies of #DD8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8826

Black with #DD8826

Text Example


Text Example

White with #DD8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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