Html Css Color HEX #DE6434 Sorbus

📋 copy color: '#DE6434'

red 222 ◦ green 100 ◦ blue 52

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

Shades of Sorbus #DE6434

Tints of Sorbus #DE6434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 59.36%
G = 26.74%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE6434 (or 0xDE6434) is known color: Sorbus. HEX triplet: DE, 64 and 34. RGB value is (222,100,52). Sum of RGB (Red+Green+Blue) = 222+100+52=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6434 is #219BCB. Grayscale: #838383. Windows color (decimal): -2202572 or 3433694. OLE color: 3433694.

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

Color convert

RGB 222 100 52 -
CMYK 0 0.55 0.77 0.13
HSL 16.94º 0.72% 0.54% -
HSV(B) 16.94º 0.77% 0.87% -
XYZ 35.3 24.89 6.19 -
YUV 131.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 222 100 52 0 0.55 0.77 0.13 16.94 0.72 0.54
Hex DE 64 34 0 37 4D D 11 48 36
Octal 336 144 64 0 67 115 15 21 110 66
Binary 11011110 1100100 110100 0 110111 1001101 1101 10001 1001000 110110

Color Harmonies of #DE6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6434

Black with #DE6434

Text Example


Text Example

White with #DE6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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