Html Css Color HEX #DD8F29 Buttercup

📋 copy color: '#DD8F29'

red 221 ◦ green 143 ◦ blue 41

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

Shades of Buttercup #DD8F29

Tints of Buttercup #DD8F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 54.57%
G = 35.31%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8F29 (or 0xDD8F29) is known color: Buttercup. HEX triplet: DD, 8F and 29. RGB value is (221,143,41). Sum of RGB (Red+Green+Blue) = 221+143+41=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F29 is #2270D6. Grayscale: #9B9B9B. Windows color (decimal): -2257111 or 2723805. OLE color: 2723805.

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

Color convert

RGB 221 143 41 -
CMYK 0 0.35 0.81 0.13
HSL 34º 0.73% 0.51% -
HSV(B) 34º 0.81% 0.87% -
XYZ 40.04 35.18 6.78 -
YUV 154.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 221 143 41 0 0.35 0.81 0.13 34 0.73 0.51
Hex DD 8F 29 0 23 51 D 22 49 33
Octal 335 217 51 0 43 121 15 42 111 63
Binary 11011101 10001111 101001 0 100011 1010001 1101 100010 1001001 110011

Color Harmonies of #DD8F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F29

Black with #DD8F29

Text Example


Text Example

White with #DD8F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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