Html Css Color HEX #DF6E44 Jaffa

📋 copy color: '#DF6E44'

red 223 ◦ green 110 ◦ blue 68

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

Shades of Jaffa #DF6E44

Tints of Jaffa #DF6E44

RGB

 RED value IS 223 (87.5% from 255) = 55.61%

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

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

R = 55.61%
G = 27.43%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF6E44 (or 0xDF6E44) is known color: Jaffa. HEX triplet: DF, 6E and 44. RGB value is (223,110,68). Sum of RGB (Red+Green+Blue) = 223+110+68=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E44 is #2091BB. Grayscale: #8B8B8B. Windows color (decimal): -2134460 or 4484831. OLE color: 4484831.

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

Color convert

RGB 223 110 68 -
CMYK 0 0.51 0.70 0.13
HSL 16.26º 0.71% 0.57% -
HSV(B) 16.26º 0.7% 0.87% -
XYZ 37.05 27.26 8.78 -
YUV 139 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 223 110 68 0 0.51 0.70 0.13 16.26 0.71 0.57
Hex DF 6E 44 0 33 46 D 10 47 39
Octal 337 156 104 0 63 106 15 20 107 71
Binary 11011111 1101110 1000100 0 110011 1000110 1101 10000 1000111 111001

Color Harmonies of #DF6E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E44

Black with #DF6E44

Text Example


Text Example

White with #DF6E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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