Html Css Color HEX #DC7848 Jaffa

📋 copy color: '#DC7848'

red 220 ◦ green 120 ◦ blue 72

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

Shades of Jaffa #DC7848

Tints of Jaffa #DC7848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.48%

R = 53.4%
G = 29.13%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7848 (or 0xDC7848) is known color: Jaffa. HEX triplet: DC, 78 and 48. RGB value is (220,120,72). Sum of RGB (Red+Green+Blue) = 220+120+72=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7848 is #2387B7. Grayscale: #909090. Windows color (decimal): -2328504 or 4749532. OLE color: 4749532.

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

Color convert

RGB 220 120 72 -
CMYK 0 0.45 0.67 0.14
HSL 19.46º 0.68% 0.57% -
HSV(B) 19.46º 0.67% 0.86% -
XYZ 37.4 29.12 9.78 -
YUV 144.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 220 120 72 0 0.45 0.67 0.14 19.46 0.68 0.57
Hex DC 78 48 0 2D 43 E 13 44 39
Octal 334 170 110 0 55 103 16 23 104 71
Binary 11011100 1111000 1001000 0 101101 1000011 1110 10011 1000100 111001

Color Harmonies of #DC7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7848

Black with #DC7848

Text Example


Text Example

White with #DC7848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7848; }

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

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

background-color css

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

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

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

border-color css

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

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

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