Html Css Color HEX #DD841F Buttercup

📋 copy color: '#DD841F'

red 221 ◦ green 132 ◦ blue 31

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

Shades of Buttercup #DD841F

Tints of Buttercup #DD841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 57.55%
G = 34.38%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD841F (or 0xDD841F) is known color: Buttercup. HEX triplet: DD, 84 and 1F. RGB value is (221,132,31). Sum of RGB (Red+Green+Blue) = 221+132+31=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD841F is #227BE0. Grayscale: #939393. Windows color (decimal): -2259937 or 2065629. OLE color: 2065629.

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

Color convert

RGB 221 132 31 -
CMYK 0 0.40 0.86 0.13
HSL 31.89º 0.75% 0.49% -
HSV(B) 31.89º 0.86% 0.87% -
XYZ 38.32 31.97 5.45 -
YUV 147.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 221 132 31 0 0.40 0.86 0.13 31.89 0.75 0.49
Hex DD 84 1F 0 28 56 D 20 4B 31
Octal 335 204 37 0 50 126 15 40 113 61
Binary 11011101 10000100 11111 0 101000 1010110 1101 100000 1001011 110001

Color Harmonies of #DD841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD841F

Black with #DD841F

Text Example


Text Example

White with #DD841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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