Html Css Color HEX #DC693E Sorbus

📋 copy color: '#DC693E'

red 220 ◦ green 105 ◦ blue 62

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

Shades of Sorbus #DC693E

Tints of Sorbus #DC693E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 56.85%
G = 27.13%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC693E (or 0xDC693E) is known color: Sorbus. HEX triplet: DC, 69 and 3E. RGB value is (220,105,62). Sum of RGB (Red+Green+Blue) = 220+105+62=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC693E is #2396C1. Grayscale: #868686. Windows color (decimal): -2332354 or 4090332. OLE color: 4090332.

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

Color convert

RGB 220 105 62 -
CMYK 0 0.52 0.72 0.14
HSL 16.33º 0.69% 0.55% -
HSV(B) 16.33º 0.72% 0.86% -
XYZ 35.44 25.67 7.64 -
YUV 134.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 220 105 62 0 0.52 0.72 0.14 16.33 0.69 0.55
Hex DC 69 3E 0 34 48 E 10 45 37
Octal 334 151 76 0 64 110 16 20 105 67
Binary 11011100 1101001 111110 0 110100 1001000 1110 10000 1000101 110111

Color Harmonies of #DC693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC693E

Black with #DC693E

Text Example


Text Example

White with #DC693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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