Html Css Color HEX #DD861E Buttercup

📋 copy color: '#DD861E'

red 221 ◦ green 134 ◦ blue 30

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

Shades of Buttercup #DD861E

Tints of Buttercup #DD861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 57.4%
G = 34.81%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD861E (or 0xDD861E) is known color: Buttercup. HEX triplet: DD, 86 and 1E. RGB value is (221,134,30). Sum of RGB (Red+Green+Blue) = 221+134+30=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861E is #2279E1. Grayscale: #949494. Windows color (decimal): -2259426 or 2000605. OLE color: 2000605.

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

Color convert

RGB 221 134 30 -
CMYK 0 0.39 0.86 0.13
HSL 32.67º 0.76% 0.49% -
HSV(B) 32.67º 0.86% 0.87% -
XYZ 38.58 32.52 5.47 -
YUV 148.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 221 134 30 0 0.39 0.86 0.13 32.67 0.76 0.49
Hex DD 86 1E 0 27 56 D 21 4C 31
Octal 335 206 36 0 47 126 15 41 114 61
Binary 11011101 10000110 11110 0 100111 1010110 1101 100001 1001100 110001

Color Harmonies of #DD861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD861E

Black with #DD861E

Text Example


Text Example

White with #DD861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD861E; }

 p { color: rgb(221,134,30); }

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

background-color css

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

 a { background-color: rgb(221,134,30); }

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

border-color css

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

 span { border-color: rgb(221,134,30); }

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