Html Css Color HEX #DC862B Buttercup

📋 copy color: '#DC862B'

red 220 ◦ green 134 ◦ blue 43

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

Shades of Buttercup #DC862B

Tints of Buttercup #DC862B

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

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

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 55.42%
G = 33.75%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC862B (or 0xDC862B) is known color: Buttercup. HEX triplet: DC, 86 and 2B. RGB value is (220,134,43). Sum of RGB (Red+Green+Blue) = 220+134+43=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC862B is #2379D4. Grayscale: #959595. Windows color (decimal): -2324949 or 2852572. OLE color: 2852572.

HSL color Cylindrical-coordinate representation of color #DC862B: hue angle of 30.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC862B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 43 -
CMYK 0 0.39 0.80 0.14
HSL 30.85º 0.72% 0.52% -
HSV(B) 30.85º 0.8% 0.86% -
XYZ 38.48 32.44 6.52 -
YUV 149.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 220 134 43 0 0.39 0.80 0.14 30.85 0.72 0.52
Hex DC 86 2B 0 27 50 E 1F 48 34
Octal 334 206 53 0 47 120 16 37 110 64
Binary 11011100 10000110 101011 0 100111 1010000 1110 11111 1001000 110100

Color Harmonies of #DC862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC862B

Black with #DC862B

Text Example


Text Example

White with #DC862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC862B; }

 p { color: rgb(220,134,43); }

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

background-color css

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

 a { background-color: rgb(220,134,43); }

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

border-color css

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

 span { border-color: rgb(220,134,43); }

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