Html Css Color HEX #DE6431 Sorbus

📋 copy color: '#DE6431'

red 222 ◦ green 100 ◦ blue 49

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

Shades of Sorbus #DE6431

Tints of Sorbus #DE6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 59.84%
G = 26.95%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE6431 (or 0xDE6431) is known color: Sorbus. HEX triplet: DE, 64 and 31. RGB value is (222,100,49). Sum of RGB (Red+Green+Blue) = 222+100+49=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6431 is #219BCE. Grayscale: #828282. Windows color (decimal): -2202575 or 3237086. OLE color: 3237086.

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

Color convert

RGB 222 100 49 -
CMYK 0 0.55 0.78 0.13
HSL 17.69º 0.72% 0.53% -
HSV(B) 17.69º 0.78% 0.87% -
XYZ 35.24 24.87 5.85 -
YUV 130.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 222 100 49 0 0.55 0.78 0.13 17.69 0.72 0.53
Hex DE 64 31 0 37 4E D 12 48 35
Octal 336 144 61 0 67 116 15 22 110 65
Binary 11011110 1100100 110001 0 110111 1001110 1101 10010 1001000 110101

Color Harmonies of #DE6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6431

Black with #DE6431

Text Example


Text Example

White with #DE6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6431; }

 p { color: rgb(222,100,49); }

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

background-color css

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

 a { background-color: rgb(222,100,49); }

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

border-color css

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

 span { border-color: rgb(222,100,49); }

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