Html Css Color HEX #DD851F Buttercup

📋 copy color: '#DD851F'

red 221 ◦ green 133 ◦ blue 31

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

Shades of Buttercup #DD851F

Tints of Buttercup #DD851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 57.4%
G = 34.55%
B = 8.05%

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

#DD851F (or 0xDD851F) is known color: Buttercup. HEX triplet: DD, 85 and 1F. RGB value is (221,133,31). Sum of RGB (Red+Green+Blue) = 221+133+31=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD851F is #227AE0. Grayscale: #949494. Windows color (decimal): -2259681 or 2065885. OLE color: 2065885.

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

Color convert

RGB 221 133 31 -
CMYK 0 0.40 0.86 0.13
HSL 32.21º 0.75% 0.49% -
HSV(B) 32.21º 0.86% 0.87% -
XYZ 38.45 32.25 5.49 -
YUV 147.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 221 133 31 0 0.40 0.86 0.13 32.21 0.75 0.49
Hex DD 85 1F 0 28 56 D 20 4B 31
Octal 335 205 37 0 50 126 15 40 113 61
Binary 11011101 10000101 11111 0 101000 1010110 1101 100000 1001011 110001

Color Harmonies of #DD851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD851F

Black with #DD851F

Text Example


Text Example

White with #DD851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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