Html Css Color HEX #DD862A Buttercup

📋 copy color: '#DD862A'

red 221 ◦ green 134 ◦ blue 42

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

Shades of Buttercup #DD862A

Tints of Buttercup #DD862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 55.67%
G = 33.75%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD862A (or 0xDD862A) is known color: Buttercup. HEX triplet: DD, 86 and 2A. RGB value is (221,134,42). Sum of RGB (Red+Green+Blue) = 221+134+42=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD862A is #2279D5. Grayscale: #959595. Windows color (decimal): -2259414 or 2787037. OLE color: 2787037.

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

Color convert

RGB 221 134 42 -
CMYK 0 0.39 0.81 0.13
HSL 30.84º 0.72% 0.52% -
HSV(B) 30.84º 0.81% 0.87% -
XYZ 38.76 32.59 6.44 -
YUV 149.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 221 134 42 0 0.39 0.81 0.13 30.84 0.72 0.52
Hex DD 86 2A 0 27 51 D 1F 48 34
Octal 335 206 52 0 47 121 15 37 110 64
Binary 11011101 10000110 101010 0 100111 1010001 1101 11111 1001000 110100

Color Harmonies of #DD862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD862A

Black with #DD862A

Text Example


Text Example

White with #DD862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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