Html Css Color HEX #DC7548 Jaffa

📋 copy color: '#DC7548'

red 220 ◦ green 117 ◦ blue 72

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

Shades of Jaffa #DC7548

Tints of Jaffa #DC7548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 53.79%
G = 28.61%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC7548 (or 0xDC7548) is known color: Jaffa. HEX triplet: DC, 75 and 48. RGB value is (220,117,72). Sum of RGB (Red+Green+Blue) = 220+117+72=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7548 is #238AB7. Grayscale: #8E8E8E. Windows color (decimal): -2329272 or 4748764. OLE color: 4748764.

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

Color convert

RGB 220 117 72 -
CMYK 0 0.47 0.67 0.14
HSL 18.24º 0.68% 0.57% -
HSV(B) 18.24º 0.67% 0.86% -
XYZ 37.05 28.41 9.66 -
YUV 142.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 220 117 72 0 0.47 0.67 0.14 18.24 0.68 0.57
Hex DC 75 48 0 2F 43 E 12 44 39
Octal 334 165 110 0 57 103 16 22 104 71
Binary 11011100 1110101 1001000 0 101111 1000011 1110 10010 1000100 111001

Color Harmonies of #DC7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7548

Black with #DC7548

Text Example


Text Example

White with #DC7548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7548; }

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

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

background-color css

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

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

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

border-color css

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

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

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