Html Css Color HEX #DC7C48 Jaffa

📋 copy color: '#DC7C48'

red 220 ◦ green 124 ◦ blue 72

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

Shades of Jaffa #DC7C48

Tints of Jaffa #DC7C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

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

R = 52.88%
G = 29.81%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7C48 (or 0xDC7C48) is known color: Jaffa. HEX triplet: DC, 7C and 48. RGB value is (220,124,72). Sum of RGB (Red+Green+Blue) = 220+124+72=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C48 is #2383B7. Grayscale: #939393. Windows color (decimal): -2327480 or 4750556. OLE color: 4750556.

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

Color convert

RGB 220 124 72 -
CMYK 0 0.44 0.67 0.14
HSL 21.08º 0.68% 0.57% -
HSV(B) 21.08º 0.67% 0.86% -
XYZ 37.89 30.1 9.94 -
YUV 146.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 220 124 72 0 0.44 0.67 0.14 21.08 0.68 0.57
Hex DC 7C 48 0 2C 43 E 15 44 39
Octal 334 174 110 0 54 103 16 25 104 71
Binary 11011100 1111100 1001000 0 101100 1000011 1110 10101 1000100 111001

Color Harmonies of #DC7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C48

Black with #DC7C48

Text Example


Text Example

White with #DC7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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