Html Css Color HEX #DC7048 Jaffa

📋 copy color: '#DC7048'

red 220 ◦ green 112 ◦ blue 72

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

Shades of Jaffa #DC7048

Tints of Jaffa #DC7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 54.46%
G = 27.72%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7048 (or 0xDC7048) is known color: Jaffa. HEX triplet: DC, 70 and 48. RGB value is (220,112,72). Sum of RGB (Red+Green+Blue) = 220+112+72=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7048 is #238FB7. Grayscale: #8B8B8B. Windows color (decimal): -2330552 or 4747484. OLE color: 4747484.

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

Color convert

RGB 220 112 72 -
CMYK 0 0.49 0.67 0.14
HSL 16.22º 0.68% 0.57% -
HSV(B) 16.22º 0.67% 0.86% -
XYZ 36.48 27.27 9.47 -
YUV 139.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 220 112 72 0 0.49 0.67 0.14 16.22 0.68 0.57
Hex DC 70 48 0 31 43 E 10 44 39
Octal 334 160 110 0 61 103 16 20 104 71
Binary 11011100 1110000 1001000 0 110001 1000011 1110 10000 1000100 111001

Color Harmonies of #DC7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7048

Black with #DC7048

Text Example


Text Example

White with #DC7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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