Html Css Color HEX #DC7546 Jaffa

📋 copy color: '#DC7546'

red 220 ◦ green 117 ◦ blue 70

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

Shades of Jaffa #DC7546

Tints of Jaffa #DC7546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 54.05%
G = 28.75%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7546 (or 0xDC7546) is known color: Jaffa. HEX triplet: DC, 75 and 46. RGB value is (220,117,70). Sum of RGB (Red+Green+Blue) = 220+117+70=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7546 is #238AB9. Grayscale: #8E8E8E. Windows color (decimal): -2329274 or 4617692. OLE color: 4617692.

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

Color convert

RGB 220 117 70 -
CMYK 0 0.47 0.68 0.14
HSL 18.8º 0.68% 0.57% -
HSV(B) 18.8º 0.68% 0.86% -
XYZ 36.98 28.38 9.32 -
YUV 142.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 220 117 70 0 0.47 0.68 0.14 18.8 0.68 0.57
Hex DC 75 46 0 2F 44 E 13 44 39
Octal 334 165 106 0 57 104 16 23 104 71
Binary 11011100 1110101 1000110 0 101111 1000100 1110 10011 1000100 111001

Color Harmonies of #DC7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7546

Black with #DC7546

Text Example


Text Example

White with #DC7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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