Html Css Color HEX #DE662E Sorbus

📋 copy color: '#DE662E'

red 222 ◦ green 102 ◦ blue 46

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

Shades of Sorbus #DE662E

Tints of Sorbus #DE662E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 60%
G = 27.57%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE662E (or 0xDE662E) is known color: Sorbus. HEX triplet: DE, 66 and 2E. RGB value is (222,102,46). Sum of RGB (Red+Green+Blue) = 222+102+46=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE662E is #2199D1. Grayscale: #838383. Windows color (decimal): -2202066 or 3040990. OLE color: 3040990.

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

Color convert

RGB 222 102 46 -
CMYK 0 0.54 0.79 0.13
HSL 19.09º 0.73% 0.53% -
HSV(B) 19.09º 0.79% 0.87% -
XYZ 35.37 25.23 5.59 -
YUV 131.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 222 102 46 0 0.54 0.79 0.13 19.09 0.73 0.53
Hex DE 66 2E 0 36 4F D 13 49 35
Octal 336 146 56 0 66 117 15 23 111 65
Binary 11011110 1100110 101110 0 110110 1001111 1101 10011 1001001 110101

Color Harmonies of #DE662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE662E

Black with #DE662E

Text Example


Text Example

White with #DE662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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