Html Css Color HEX #DD8526 Buttercup

📋 copy color: '#DD8526'

red 221 ◦ green 133 ◦ blue 38

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

Shades of Buttercup #DD8526

Tints of Buttercup #DD8526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 56.38%
G = 33.93%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8526 (or 0xDD8526) is known color: Buttercup. HEX triplet: DD, 85 and 26. RGB value is (221,133,38). Sum of RGB (Red+Green+Blue) = 221+133+38=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8526 is #227AD9. Grayscale: #949494. Windows color (decimal): -2259674 or 2524637. OLE color: 2524637.

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

Color convert

RGB 221 133 38 -
CMYK 0 0.40 0.83 0.13
HSL 31.15º 0.73% 0.51% -
HSV(B) 31.15º 0.83% 0.87% -
XYZ 38.56 32.29 6.03 -
YUV 148.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 221 133 38 0 0.40 0.83 0.13 31.15 0.73 0.51
Hex DD 85 26 0 28 53 D 1F 49 33
Octal 335 205 46 0 50 123 15 37 111 63
Binary 11011101 10000101 100110 0 101000 1010011 1101 11111 1001001 110011

Color Harmonies of #DD8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8526

Black with #DD8526

Text Example


Text Example

White with #DD8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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