Html Css Color HEX #DD9829 Buttercup

📋 copy color: '#DD9829'

red 221 ◦ green 152 ◦ blue 41

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

Shades of Buttercup #DD9829

Tints of Buttercup #DD9829

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

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

R = 53.38%
G = 36.71%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9829 (or 0xDD9829) is known color: Buttercup. HEX triplet: DD, 98 and 29. RGB value is (221,152,41). Sum of RGB (Red+Green+Blue) = 221+152+41=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9829 is #2267D6. Grayscale: #A0A0A0. Windows color (decimal): -2254807 or 2726109. OLE color: 2726109.

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

Color convert

RGB 221 152 41 -
CMYK 0 0.31 0.81 0.13
HSL 37º 0.73% 0.51% -
HSV(B) 37º 0.81% 0.87% -
XYZ 41.45 37.99 7.25 -
YUV 159.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 221 152 41 0 0.31 0.81 0.13 37 0.73 0.51
Hex DD 98 29 0 1F 51 D 25 49 33
Octal 335 230 51 0 37 121 15 45 111 63
Binary 11011101 10011000 101001 0 11111 1010001 1101 100101 1001001 110011

Color Harmonies of #DD9829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9829

Black with #DD9829

Text Example


Text Example

White with #DD9829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9829; }

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

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

background-color css

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

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

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

border-color css

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

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

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