Html Css Color HEX #DE6F44 Jaffa

📋 copy color: '#DE6F44'

red 222 ◦ green 111 ◦ blue 68

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

Shades of Jaffa #DE6F44

Tints of Jaffa #DE6F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

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

R = 55.36%
G = 27.68%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6F44 (or 0xDE6F44) is known color: Jaffa. HEX triplet: DE, 6F and 44. RGB value is (222,111,68). Sum of RGB (Red+Green+Blue) = 222+111+68=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6F44 is #2190BB. Grayscale: #8B8B8B. Windows color (decimal): -2199740 or 4485086. OLE color: 4485086.

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

Color convert

RGB 222 111 68 -
CMYK 0 0.5 0.69 0.13
HSL 16.75º 0.7% 0.57% -
HSV(B) 16.75º 0.69% 0.87% -
XYZ 36.85 27.32 8.8 -
YUV 139.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 222 111 68 0 0.5 0.69 0.13 16.75 0.7 0.57
Hex DE 6F 44 0 32 45 D 11 46 39
Octal 336 157 104 0 62 105 15 21 106 71
Binary 11011110 1101111 1000100 0 110010 1000101 1101 10001 1000110 111001

Color Harmonies of #DE6F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6F44

Black with #DE6F44

Text Example


Text Example

White with #DE6F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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