Html Css Color HEX #DD8529 Buttercup

📋 copy color: '#DD8529'

red 221 ◦ green 133 ◦ blue 41

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

Shades of Buttercup #DD8529

Tints of Buttercup #DD8529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 55.95%
G = 33.67%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8529 (or 0xDD8529) is known color: Buttercup. HEX triplet: DD, 85 and 29. RGB value is (221,133,41). Sum of RGB (Red+Green+Blue) = 221+133+41=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8529 is #227AD6. Grayscale: #959595. Windows color (decimal): -2259671 or 2721245. OLE color: 2721245.

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

Color convert

RGB 221 133 41 -
CMYK 0 0.40 0.81 0.13
HSL 30.67º 0.73% 0.51% -
HSV(B) 30.67º 0.81% 0.87% -
XYZ 38.61 32.31 6.3 -
YUV 148.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 221 133 41 0 0.40 0.81 0.13 30.67 0.73 0.51
Hex DD 85 29 0 28 51 D 1F 49 33
Octal 335 205 51 0 50 121 15 37 111 63
Binary 11011101 10000101 101001 0 101000 1010001 1101 11111 1001001 110011

Color Harmonies of #DD8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8529

Black with #DD8529

Text Example


Text Example

White with #DD8529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8529; }

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

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

background-color css

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

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

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

border-color css

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

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

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