Html Css Color HEX #DC693B Sorbus

📋 copy color: '#DC693B'

red 220 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #DC693B

Tints of Sorbus #DC693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 57.29%
G = 27.34%
B = 15.36%

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

#DC693B (or 0xDC693B) is known color: Sorbus. HEX triplet: DC, 69 and 3B. RGB value is (220,105,59). Sum of RGB (Red+Green+Blue) = 220+105+59=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC693B is #2396C4. Grayscale: #868686. Windows color (decimal): -2332357 or 3893724. OLE color: 3893724.

HSL color Cylindrical-coordinate representation of color #DC693B: hue angle of 17.14º 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 #DC693B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 59 -
CMYK 0 0.52 0.73 0.14
HSL 17.14º 0.7% 0.55% -
HSV(B) 17.14º 0.73% 0.86% -
XYZ 35.36 25.63 7.22 -
YUV 134.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 220 105 59 0 0.52 0.73 0.14 17.14 0.7 0.55
Hex DC 69 3B 0 34 49 E 11 46 37
Octal 334 151 73 0 64 111 16 21 106 67
Binary 11011100 1101001 111011 0 110100 1001001 1110 10001 1000110 110111

Color Harmonies of #DC693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC693B

Black with #DC693B

Text Example


Text Example

White with #DC693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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