Html Css Color HEX #DE6E44 Jaffa

📋 copy color: '#DE6E44'

red 222 ◦ green 110 ◦ blue 68

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

Shades of Jaffa #DE6E44

Tints of Jaffa #DE6E44

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

 BLUE value IS 68 (26.95% from 255) = 17%

R = 55.5%
G = 27.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6E44 (or 0xDE6E44) is known color: Jaffa. HEX triplet: DE, 6E and 44. RGB value is (222,110,68). Sum of RGB (Red+Green+Blue) = 222+110+68=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6E44 is #2191BB. Grayscale: #8A8A8A. Windows color (decimal): -2199996 or 4484830. OLE color: 4484830.

HSL color Cylindrical-coordinate representation of color #DE6E44: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6E44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 68 -
CMYK 0 0.50 0.69 0.13
HSL 16.36º 0.7% 0.57% -
HSV(B) 16.36º 0.69% 0.87% -
XYZ 36.74 27.1 8.76 -
YUV 138.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 222 110 68 0 0.50 0.69 0.13 16.36 0.7 0.57
Hex DE 6E 44 0 32 45 D 10 46 39
Octal 336 156 104 0 62 105 15 20 106 71
Binary 11011110 1101110 1000100 0 110010 1000101 1101 10000 1000110 111001

Color Harmonies of #DE6E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E44

Black with #DE6E44

Text Example


Text Example

White with #DE6E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E44; }

 p { color: rgb(222,110,68); }

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

background-color css

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

 a { background-color: rgb(222,110,68); }

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

border-color css

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

 span { border-color: rgb(222,110,68); }

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