Html Css Color HEX #DE663C Sorbus

📋 copy color: '#DE663C'

red 222 ◦ green 102 ◦ blue 60

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

Shades of Sorbus #DE663C

Tints of Sorbus #DE663C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 57.81%
G = 26.56%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE663C (or 0xDE663C) is known color: Sorbus. HEX triplet: DE, 66 and 3C. RGB value is (222,102,60). Sum of RGB (Red+Green+Blue) = 222+102+60=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE663C is #2199C3. Grayscale: #858585. Windows color (decimal): -2202052 or 3958494. OLE color: 3958494.

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

Color convert

RGB 222 102 60 -
CMYK 0 0.54 0.73 0.13
HSL 15.56º 0.71% 0.55% -
HSV(B) 15.56º 0.73% 0.87% -
XYZ 35.69 25.36 7.29 -
YUV 133.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 222 102 60 0 0.54 0.73 0.13 15.56 0.71 0.55
Hex DE 66 3C 0 36 49 D 10 47 37
Octal 336 146 74 0 66 111 15 20 107 67
Binary 11011110 1100110 111100 0 110110 1001001 1101 10000 1000111 110111

Color Harmonies of #DE663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE663C

Black with #DE663C

Text Example


Text Example

White with #DE663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE663C; }

 p { color: rgb(222,102,60); }

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

background-color css

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

 a { background-color: rgb(222,102,60); }

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

border-color css

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

 span { border-color: rgb(222,102,60); }

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