Html Css Color HEX #DD8528 Buttercup

📋 copy color: '#DD8528'

red 221 ◦ green 133 ◦ blue 40

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

Shades of Buttercup #DD8528

Tints of Buttercup #DD8528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.15%

R = 56.09%
G = 33.76%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD8528 (or 0xDD8528) is known color: Buttercup. HEX triplet: DD, 85 and 28. RGB value is (221,133,40). Sum of RGB (Red+Green+Blue) = 221+133+40=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8528 is #227AD7. Grayscale: #959595. Windows color (decimal): -2259672 or 2655709. OLE color: 2655709.

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

Color convert

RGB 221 133 40 -
CMYK 0 0.40 0.82 0.13
HSL 30.83º 0.73% 0.51% -
HSV(B) 30.83º 0.82% 0.87% -
XYZ 38.59 32.3 6.21 -
YUV 148.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 221 133 40 0 0.40 0.82 0.13 30.83 0.73 0.51
Hex DD 85 28 0 28 52 D 1F 49 33
Octal 335 205 50 0 50 122 15 37 111 63
Binary 11011101 10000101 101000 0 101000 1010010 1101 11111 1001001 110011

Color Harmonies of #DD8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8528

Black with #DD8528

Text Example


Text Example

White with #DD8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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