Html Css Color HEX #DD8D2F Buttercup

📋 copy color: '#DD8D2F'

red 221 ◦ green 141 ◦ blue 47

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

Shades of Buttercup #DD8D2F

Tints of Buttercup #DD8D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 54.03%
G = 34.47%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD8D2F (or 0xDD8D2F) is known color: Buttercup. HEX triplet: DD, 8D and 2F. RGB value is (221,141,47). Sum of RGB (Red+Green+Blue) = 221+141+47=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D2F is #2272D0. Grayscale: #9A9A9A. Windows color (decimal): -2257617 or 3116509. OLE color: 3116509.

HSL color Cylindrical-coordinate representation of color #DD8D2F: hue angle of 32.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD8D2F is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 141 47 -
CMYK 0 0.36 0.79 0.13
HSL 32.41º 0.72% 0.53% -
HSV(B) 32.41º 0.79% 0.87% -
XYZ 39.86 34.63 7.27 -
YUV 154.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 221 141 47 0 0.36 0.79 0.13 32.41 0.72 0.53
Hex DD 8D 2F 0 24 4F D 20 48 35
Octal 335 215 57 0 44 117 15 40 110 65
Binary 11011101 10001101 101111 0 100100 1001111 1101 100000 1001000 110101

Color Harmonies of #DD8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D2F

Black with #DD8D2F

Text Example


Text Example

White with #DD8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D2F; }

 p { color: rgb(221,141,47); }

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

background-color css

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

 a { background-color: rgb(221,141,47); }

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

border-color css

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

 span { border-color: rgb(221,141,47); }

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