Html Css Color HEX #DD8A2C Buttercup

📋 copy color: '#DD8A2C'

red 221 ◦ green 138 ◦ blue 44

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

Shades of Buttercup #DD8A2C

Tints of Buttercup #DD8A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 44 (17.58% from 255) = 10.92%

R = 54.84%
G = 34.24%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD8A2C (or 0xDD8A2C) is known color: Buttercup. HEX triplet: DD, 8A and 2C. RGB value is (221,138,44). Sum of RGB (Red+Green+Blue) = 221+138+44=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A2C is #2275D3. Grayscale: #989898. Windows color (decimal): -2258388 or 2919133. OLE color: 2919133.

HSL color Cylindrical-coordinate representation of color #DD8A2C: hue angle of 31.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD8A2C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 44 -
CMYK 0 0.38 0.80 0.13
HSL 31.86º 0.72% 0.52% -
HSV(B) 31.86º 0.8% 0.87% -
XYZ 39.36 33.73 6.82 -
YUV 152.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 221 138 44 0 0.38 0.80 0.13 31.86 0.72 0.52
Hex DD 8A 2C 0 26 50 D 20 48 34
Octal 335 212 54 0 46 120 15 40 110 64
Binary 11011101 10001010 101100 0 100110 1010000 1101 100000 1001000 110100

Color Harmonies of #DD8A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A2C

Black with #DD8A2C

Text Example


Text Example

White with #DD8A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A2C; }

 p { color: rgb(221,138,44); }

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

background-color css

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

 a { background-color: rgb(221,138,44); }

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

border-color css

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

 span { border-color: rgb(221,138,44); }

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