Html Css Color HEX #DD8C28 Buttercup

📋 copy color: '#DD8C28'

red 221 ◦ green 140 ◦ blue 40

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

Shades of Buttercup #DD8C28

Tints of Buttercup #DD8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 55.11%
G = 34.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD8C28 (or 0xDD8C28) is known color: Buttercup. HEX triplet: DD, 8C and 28. RGB value is (221,140,40). Sum of RGB (Red+Green+Blue) = 221+140+40=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C28 is #2273D7. Grayscale: #999999. Windows color (decimal): -2257880 or 2657501. OLE color: 2657501.

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

Color convert

RGB 221 140 40 -
CMYK 0 0.37 0.82 0.13
HSL 33.15º 0.73% 0.51% -
HSV(B) 33.15º 0.82% 0.87% -
XYZ 39.58 34.28 6.54 -
YUV 152.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 221 140 40 0 0.37 0.82 0.13 33.15 0.73 0.51
Hex DD 8C 28 0 25 52 D 21 49 33
Octal 335 214 50 0 45 122 15 41 111 63
Binary 11011101 10001100 101000 0 100101 1010010 1101 100001 1001001 110011

Color Harmonies of #DD8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C28

Black with #DD8C28

Text Example


Text Example

White with #DD8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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