Html Css Color HEX #DC683F Sorbus

📋 copy color: '#DC683F'

red 220 ◦ green 104 ◦ blue 63

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

Shades of Sorbus #DC683F

Tints of Sorbus #DC683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

 BLUE value IS 63 (25% from 255) = 16.28%

R = 56.85%
G = 26.87%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC683F (or 0xDC683F) is known color: Sorbus. HEX triplet: DC, 68 and 3F. RGB value is (220,104,63). Sum of RGB (Red+Green+Blue) = 220+104+63=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC683F is #2397C0. Grayscale: #868686. Windows color (decimal): -2332609 or 4155612. OLE color: 4155612.

HSL color Cylindrical-coordinate representation of color #DC683F: hue angle of 15.67º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC683F is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 63 -
CMYK 0 0.53 0.71 0.14
HSL 15.67º 0.69% 0.55% -
HSV(B) 15.67º 0.71% 0.86% -
XYZ 35.36 25.48 7.76 -
YUV 134.01 87.93 189.33 -
System Red Green Blue C M Y K H S L
Decimal 220 104 63 0 0.53 0.71 0.14 15.67 0.69 0.55
Hex DC 68 3F 0 35 47 E 10 45 37
Octal 334 150 77 0 65 107 16 20 105 67
Binary 11011100 1101000 111111 0 110101 1000111 1110 10000 1000101 110111

Color Harmonies of #DC683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC683F

Black with #DC683F

Text Example


Text Example

White with #DC683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC683F; }

 p { color: rgb(220,104,63); }

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

background-color css

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

 a { background-color: rgb(220,104,63); }

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

border-color css

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

 span { border-color: rgb(220,104,63); }

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