Html Css Color HEX #DC6F44 Jaffa

📋 copy color: '#DC6F44'

red 220 ◦ green 111 ◦ blue 68

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

Shades of Jaffa #DC6F44

Tints of Jaffa #DC6F44

RGB

 RED value IS 220 (86.33% from 255) = 55.14%

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

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

R = 55.14%
G = 27.82%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6F44 (or 0xDC6F44) is known color: Jaffa. HEX triplet: DC, 6F and 44. RGB value is (220,111,68). Sum of RGB (Red+Green+Blue) = 220+111+68=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F44 is #2390BB. Grayscale: #8A8A8A. Windows color (decimal): -2330812 or 4485084. OLE color: 4485084.

HSL color Cylindrical-coordinate representation of color #DC6F44: hue angle of 16.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6F44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 68 -
CMYK 0 0.50 0.69 0.14
HSL 16.97º 0.68% 0.56% -
HSV(B) 16.97º 0.69% 0.86% -
XYZ 36.24 27 8.77 -
YUV 138.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 220 111 68 0 0.50 0.69 0.14 16.97 0.68 0.56
Hex DC 6F 44 0 32 45 E 11 44 38
Octal 334 157 104 0 62 105 16 21 104 70
Binary 11011100 1101111 1000100 0 110010 1000101 1110 10001 1000100 111000

Color Harmonies of #DC6F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F44

Black with #DC6F44

Text Example


Text Example

White with #DC6F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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