Html Css Color HEX #DE693F Sorbus

📋 copy color: '#DE693F'

red 222 ◦ green 105 ◦ blue 63

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

Shades of Sorbus #DE693F

Tints of Sorbus #DE693F

RGB

 RED value IS 222 (87.11% from 255) = 56.92%

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

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

R = 56.92%
G = 26.92%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE693F (or 0xDE693F) is known color: Sorbus. HEX triplet: DE, 69 and 3F. RGB value is (222,105,63). Sum of RGB (Red+Green+Blue) = 222+105+63=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE693F is #2196C0. Grayscale: #878787. Windows color (decimal): -2201281 or 4155870. OLE color: 4155870.

HSL color Cylindrical-coordinate representation of color #DE693F: hue angle of 15.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE693F is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 105 63 -
CMYK 0 0.53 0.72 0.13
HSL 15.85º 0.71% 0.56% -
HSV(B) 15.85º 0.72% 0.87% -
XYZ 36.07 25.99 7.82 -
YUV 135.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 222 105 63 0 0.53 0.72 0.13 15.85 0.71 0.56
Hex DE 69 3F 0 35 48 D 10 47 38
Octal 336 151 77 0 65 110 15 20 107 70
Binary 11011110 1101001 111111 0 110101 1001000 1101 10000 1000111 111000

Color Harmonies of #DE693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE693F

Black with #DE693F

Text Example


Text Example

White with #DE693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE693F; }

 p { color: rgb(222,105,63); }

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

background-color css

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

 a { background-color: rgb(222,105,63); }

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

border-color css

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

 span { border-color: rgb(222,105,63); }

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