Html Css Color HEX #DC7246 Jaffa

📋 copy color: '#DC7246'

red 220 ◦ green 114 ◦ blue 70

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

Shades of Jaffa #DC7246

Tints of Jaffa #DC7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 54.46%
G = 28.22%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7246 (or 0xDC7246) is known color: Jaffa. HEX triplet: DC, 72 and 46. RGB value is (220,114,70). Sum of RGB (Red+Green+Blue) = 220+114+70=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7246 is #238DB9. Grayscale: #8C8C8C. Windows color (decimal): -2330042 or 4616924. OLE color: 4616924.

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

Color convert

RGB 220 114 70 -
CMYK 0 0.48 0.68 0.14
HSL 17.6º 0.68% 0.57% -
HSV(B) 17.6º 0.68% 0.86% -
XYZ 36.64 27.69 9.21 -
YUV 140.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 220 114 70 0 0.48 0.68 0.14 17.6 0.68 0.57
Hex DC 72 46 0 30 44 E 12 44 39
Octal 334 162 106 0 60 104 16 22 104 71
Binary 11011100 1110010 1000110 0 110000 1000100 1110 10010 1000100 111001

Color Harmonies of #DC7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7246

Black with #DC7246

Text Example


Text Example

White with #DC7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7246; }

 p { color: rgb(220,114,70); }

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

background-color css

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

 a { background-color: rgb(220,114,70); }

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

border-color css

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

 span { border-color: rgb(220,114,70); }

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