Html Css Color HEX #DC7748 Jaffa

📋 copy color: '#DC7748'

red 220 ◦ green 119 ◦ blue 72

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

Shades of Jaffa #DC7748

Tints of Jaffa #DC7748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 53.53%
G = 28.95%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7748 (or 0xDC7748) is known color: Jaffa. HEX triplet: DC, 77 and 48. RGB value is (220,119,72). Sum of RGB (Red+Green+Blue) = 220+119+72=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7748 is #2388B7. Grayscale: #909090. Windows color (decimal): -2328760 or 4749276. OLE color: 4749276.

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

Color convert

RGB 220 119 72 -
CMYK 0 0.46 0.67 0.14
HSL 19.05º 0.68% 0.57% -
HSV(B) 19.05º 0.67% 0.86% -
XYZ 37.28 28.88 9.74 -
YUV 143.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 220 119 72 0 0.46 0.67 0.14 19.05 0.68 0.57
Hex DC 77 48 0 2E 43 E 13 44 39
Octal 334 167 110 0 56 103 16 23 104 71
Binary 11011100 1110111 1001000 0 101110 1000011 1110 10011 1000100 111001

Color Harmonies of #DC7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7748

Black with #DC7748

Text Example


Text Example

White with #DC7748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7748; }

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

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

background-color css

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

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

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

border-color css

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

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

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