Html Css Color HEX #DD8B29 Buttercup

📋 copy color: '#DD8B29'

red 221 ◦ green 139 ◦ blue 41

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

Shades of Buttercup #DD8B29

Tints of Buttercup #DD8B29

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 55.11%
G = 34.66%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8B29 (or 0xDD8B29) is known color: Buttercup. HEX triplet: DD, 8B and 29. RGB value is (221,139,41). Sum of RGB (Red+Green+Blue) = 221+139+41=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B29 is #2274D6. Grayscale: #989898. Windows color (decimal): -2258135 or 2722781. OLE color: 2722781.

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

Color convert

RGB 221 139 41 -
CMYK 0 0.37 0.81 0.13
HSL 32.67º 0.73% 0.51% -
HSV(B) 32.67º 0.81% 0.87% -
XYZ 39.45 34 6.58 -
YUV 152.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 221 139 41 0 0.37 0.81 0.13 32.67 0.73 0.51
Hex DD 8B 29 0 25 51 D 21 49 33
Octal 335 213 51 0 45 121 15 41 111 63
Binary 11011101 10001011 101001 0 100101 1010001 1101 100001 1001001 110011

Color Harmonies of #DD8B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B29

Black with #DD8B29

Text Example


Text Example

White with #DD8B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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