Html Css Color HEX #DC693C Sorbus

📋 copy color: '#DC693C'

red 220 ◦ green 105 ◦ blue 60

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

Shades of Sorbus #DC693C

Tints of Sorbus #DC693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 57.14%
G = 27.27%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC693C (or 0xDC693C) is known color: Sorbus. HEX triplet: DC, 69 and 3C. RGB value is (220,105,60). Sum of RGB (Red+Green+Blue) = 220+105+60=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC693C is #2396C3. Grayscale: #868686. Windows color (decimal): -2332356 or 3959260. OLE color: 3959260.

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

Color convert

RGB 220 105 60 -
CMYK 0 0.52 0.73 0.14
HSL 16.88º 0.7% 0.55% -
HSV(B) 16.88º 0.73% 0.86% -
XYZ 35.38 25.65 7.36 -
YUV 134.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 220 105 60 0 0.52 0.73 0.14 16.88 0.7 0.55
Hex DC 69 3C 0 34 49 E 11 46 37
Octal 334 151 74 0 64 111 16 21 106 67
Binary 11011100 1101001 111100 0 110100 1001001 1110 10001 1000110 110111

Color Harmonies of #DC693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC693C

Black with #DC693C

Text Example


Text Example

White with #DC693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC693C; }

 p { color: rgb(220,105,60); }

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

background-color css

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

 a { background-color: rgb(220,105,60); }

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

border-color css

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

 span { border-color: rgb(220,105,60); }

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