Html Css Color HEX #DC7846 Jaffa

📋 copy color: '#DC7846'

red 220 ◦ green 120 ◦ blue 70

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

Shades of Jaffa #DC7846

Tints of Jaffa #DC7846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.27%

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

R = 53.66%
G = 29.27%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7846 (or 0xDC7846) is known color: Jaffa. HEX triplet: DC, 78 and 46. RGB value is (220,120,70). Sum of RGB (Red+Green+Blue) = 220+120+70=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7846 is #2387B9. Grayscale: #909090. Windows color (decimal): -2328506 or 4618460. OLE color: 4618460.

HSL color Cylindrical-coordinate representation of color #DC7846: hue angle of 20º 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 #DC7846 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 70 -
CMYK 0 0.45 0.68 0.14
HSL 20º 0.68% 0.57% -
HSV(B) 20º 0.68% 0.86% -
XYZ 37.34 29.09 9.44 -
YUV 144.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 220 120 70 0 0.45 0.68 0.14 20 0.68 0.57
Hex DC 78 46 0 2D 44 E 14 44 39
Octal 334 170 106 0 55 104 16 24 104 71
Binary 11011100 1111000 1000110 0 101101 1000100 1110 10100 1000100 111001

Color Harmonies of #DC7846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7846

Black with #DC7846

Text Example


Text Example

White with #DC7846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7846; }

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

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

background-color css

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

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

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

border-color css

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

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

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