Html Css Color HEX #DD8D1F Buttercup

📋 copy color: '#DD8D1F'

red 221 ◦ green 141 ◦ blue 31

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

Shades of Buttercup #DD8D1F

Tints of Buttercup #DD8D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.89%

R = 56.23%
G = 35.88%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8D1F (or 0xDD8D1F) is known color: Buttercup. HEX triplet: DD, 8D and 1F. RGB value is (221,141,31). Sum of RGB (Red+Green+Blue) = 221+141+31=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D1F is #2272E0. Grayscale: #989898. Windows color (decimal): -2257633 or 2067933. OLE color: 2067933.

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

Color convert

RGB 221 141 31 -
CMYK 0 0.36 0.86 0.13
HSL 34.74º 0.75% 0.49% -
HSV(B) 34.74º 0.86% 0.87% -
XYZ 39.59 34.52 5.87 -
YUV 152.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 221 141 31 0 0.36 0.86 0.13 34.74 0.75 0.49
Hex DD 8D 1F 0 24 56 D 23 4B 31
Octal 335 215 37 0 44 126 15 43 113 61
Binary 11011101 10001101 11111 0 100100 1010110 1101 100011 1001011 110001

Color Harmonies of #DD8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D1F

Black with #DD8D1F

Text Example


Text Example

White with #DD8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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