Html Css Color HEX #DC7247 Jaffa

📋 copy color: '#DC7247'

red 220 ◦ green 114 ◦ blue 71

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

Shades of Jaffa #DC7247

Tints of Jaffa #DC7247

RGB

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

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

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

R = 54.32%
G = 28.15%
B = 17.53%

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

#DC7247 (or 0xDC7247) is known color: Jaffa. HEX triplet: DC, 72 and 47. RGB value is (220,114,71). Sum of RGB (Red+Green+Blue) = 220+114+71=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7247 is #238DB8. Grayscale: #8D8D8D. Windows color (decimal): -2330041 or 4682460. OLE color: 4682460.

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

Color convert

RGB 220 114 71 -
CMYK 0 0.48 0.68 0.14
HSL 17.32º 0.68% 0.57% -
HSV(B) 17.32º 0.68% 0.86% -
XYZ 36.67 27.71 9.38 -
YUV 140.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 220 114 71 0 0.48 0.68 0.14 17.32 0.68 0.57
Hex DC 72 47 0 30 44 E 11 44 39
Octal 334 162 107 0 60 104 16 21 104 71
Binary 11011100 1110010 1000111 0 110000 1000100 1110 10001 1000100 111001

Color Harmonies of #DC7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7247

Black with #DC7247

Text Example


Text Example

White with #DC7247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7247; }

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

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

background-color css

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

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

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

border-color css

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

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

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