Html Css Color HEX #DD861D Buttercup

📋 copy color: '#DD861D'

red 221 ◦ green 134 ◦ blue 29

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

Shades of Buttercup #DD861D

Tints of Buttercup #DD861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 57.55%
G = 34.9%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD861D (or 0xDD861D) is known color: Buttercup. HEX triplet: DD, 86 and 1D. RGB value is (221,134,29). Sum of RGB (Red+Green+Blue) = 221+134+29=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861D is #2279E2. Grayscale: #949494. Windows color (decimal): -2259427 or 1935069. OLE color: 1935069.

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

Color convert

RGB 221 134 29 -
CMYK 0 0.39 0.87 0.13
HSL 32.81º 0.77% 0.49% -
HSV(B) 32.81º 0.87% 0.87% -
XYZ 38.57 32.51 5.41 -
YUV 148.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 221 134 29 0 0.39 0.87 0.13 32.81 0.77 0.49
Hex DD 86 1D 0 27 57 D 21 4D 31
Octal 335 206 35 0 47 127 15 41 115 61
Binary 11011101 10000110 11101 0 100111 1010111 1101 100001 1001101 110001

Color Harmonies of #DD861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD861D

Black with #DD861D

Text Example


Text Example

White with #DD861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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