Html Css Color HEX #DD861C Buttercup

📋 copy color: '#DD861C'

red 221 ◦ green 134 ◦ blue 28

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

Shades of Buttercup #DD861C

Tints of Buttercup #DD861C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.31%

R = 57.7%
G = 34.99%
B = 7.31%

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

#DD861C (or 0xDD861C) is known color: Buttercup. HEX triplet: DD, 86 and 1C. RGB value is (221,134,28). Sum of RGB (Red+Green+Blue) = 221+134+28=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861C is #2279E3. Grayscale: #949494. Windows color (decimal): -2259428 or 1869533. OLE color: 1869533.

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

Color convert

RGB 221 134 28 -
CMYK 0 0.39 0.87 0.13
HSL 32.95º 0.78% 0.49% -
HSV(B) 32.95º 0.87% 0.87% -
XYZ 38.55 32.51 5.34 -
YUV 147.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 221 134 28 0 0.39 0.87 0.13 32.95 0.78 0.49
Hex DD 86 1C 0 27 57 D 21 4E 31
Octal 335 206 34 0 47 127 15 41 116 61
Binary 11011101 10000110 11100 0 100111 1010111 1101 100001 1001110 110001

Color Harmonies of #DD861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD861C

Black with #DD861C

Text Example


Text Example

White with #DD861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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