Html Css Color HEX #DC6E49 Jaffa

📋 copy color: '#DC6E49'

red 220 ◦ green 110 ◦ blue 73

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

Shades of Jaffa #DC6E49

Tints of Jaffa #DC6E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 54.59%
G = 27.3%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6E49 (or 0xDC6E49) is known color: Jaffa. HEX triplet: DC, 6E and 49. RGB value is (220,110,73). Sum of RGB (Red+Green+Blue) = 220+110+73=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E49 is #2391B6. Grayscale: #8A8A8A. Windows color (decimal): -2331063 or 4812508. OLE color: 4812508.

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

Color convert

RGB 220 110 73 -
CMYK 0 0.50 0.67 0.14
HSL 15.1º 0.68% 0.57% -
HSV(B) 15.1º 0.67% 0.86% -
XYZ 36.29 26.85 9.57 -
YUV 138.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 220 110 73 0 0.50 0.67 0.14 15.1 0.68 0.57
Hex DC 6E 49 0 32 43 E F 44 39
Octal 334 156 111 0 62 103 16 17 104 71
Binary 11011100 1101110 1001001 0 110010 1000011 1110 1111 1000100 111001

Color Harmonies of #DC6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E49

Black with #DC6E49

Text Example


Text Example

White with #DC6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E49; }

 p { color: rgb(220,110,73); }

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

background-color css

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

 a { background-color: rgb(220,110,73); }

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

border-color css

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

 span { border-color: rgb(220,110,73); }

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