Html Css Color HEX #DC7647 Jaffa

📋 copy color: '#DC7647'

red 220 ◦ green 118 ◦ blue 71

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

Shades of Jaffa #DC7647

Tints of Jaffa #DC7647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 53.79%
G = 28.85%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7647 (or 0xDC7647) is known color: Jaffa. HEX triplet: DC, 76 and 47. RGB value is (220,118,71). Sum of RGB (Red+Green+Blue) = 220+118+71=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7647 is #2389B8. Grayscale: #8F8F8F. Windows color (decimal): -2329017 or 4683484. OLE color: 4683484.

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

Color convert

RGB 220 118 71 -
CMYK 0 0.46 0.68 0.14
HSL 18.93º 0.68% 0.57% -
HSV(B) 18.93º 0.68% 0.86% -
XYZ 37.13 28.63 9.53 -
YUV 143.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 220 118 71 0 0.46 0.68 0.14 18.93 0.68 0.57
Hex DC 76 47 0 2E 44 E 13 44 39
Octal 334 166 107 0 56 104 16 23 104 71
Binary 11011100 1110110 1000111 0 101110 1000100 1110 10011 1000100 111001

Color Harmonies of #DC7647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7647

Black with #DC7647

Text Example


Text Example

White with #DC7647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7647; }

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

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

background-color css

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

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

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

border-color css

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

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

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