Html Css Color HEX #DE663D Sorbus

📋 copy color: '#DE663D'

red 222 ◦ green 102 ◦ blue 61

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

Shades of Sorbus #DE663D

Tints of Sorbus #DE663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 57.66%
G = 26.49%
B = 15.84%

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

#DE663D (or 0xDE663D) is known color: Sorbus. HEX triplet: DE, 66 and 3D. RGB value is (222,102,61). Sum of RGB (Red+Green+Blue) = 222+102+61=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE663D is #2199C2. Grayscale: #858585. Windows color (decimal): -2202051 or 4024030. OLE color: 4024030.

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

Color convert

RGB 222 102 61 -
CMYK 0 0.54 0.73 0.13
HSL 15.28º 0.71% 0.55% -
HSV(B) 15.28º 0.73% 0.87% -
XYZ 35.72 25.37 7.43 -
YUV 133.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 222 102 61 0 0.54 0.73 0.13 15.28 0.71 0.55
Hex DE 66 3D 0 36 49 D F 47 37
Octal 336 146 75 0 66 111 15 17 107 67
Binary 11011110 1100110 111101 0 110110 1001001 1101 1111 1000111 110111

Color Harmonies of #DE663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE663D

Black with #DE663D

Text Example


Text Example

White with #DE663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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