Html Css Color HEX #DC7047 Jaffa

📋 copy color: '#DC7047'

red 220 ◦ green 112 ◦ blue 71

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

Shades of Jaffa #DC7047

Tints of Jaffa #DC7047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.62%

R = 54.59%
G = 27.79%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7047 (or 0xDC7047) is known color: Jaffa. HEX triplet: DC, 70 and 47. RGB value is (220,112,71). Sum of RGB (Red+Green+Blue) = 220+112+71=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7047 is #238FB8. Grayscale: #8B8B8B. Windows color (decimal): -2330553 or 4681948. OLE color: 4681948.

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

Color convert

RGB 220 112 71 -
CMYK 0 0.49 0.68 0.14
HSL 16.51º 0.68% 0.57% -
HSV(B) 16.51º 0.68% 0.86% -
XYZ 36.45 27.26 9.3 -
YUV 139.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 220 112 71 0 0.49 0.68 0.14 16.51 0.68 0.57
Hex DC 70 47 0 31 44 E 11 44 39
Octal 334 160 107 0 61 104 16 21 104 71
Binary 11011100 1110000 1000111 0 110001 1000100 1110 10001 1000100 111001

Color Harmonies of #DC7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7047

Black with #DC7047

Text Example


Text Example

White with #DC7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7047; }

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

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

background-color css

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

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

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

border-color css

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

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

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