Html Css Color HEX #DC7440 Jaffa

📋 copy color: '#DC7440'

red 220 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #DC7440

Tints of Jaffa #DC7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 64 (25.39% from 255) = 16%

R = 55%
G = 29%
B = 16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC7440 (or 0xDC7440) is known color: Jaffa. HEX triplet: DC, 74 and 40. RGB value is (220,116,64). Sum of RGB (Red+Green+Blue) = 220+116+64=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7440 is #238BBF. Grayscale: #8D8D8D. Windows color (decimal): -2329536 or 4224220. OLE color: 4224220.

HSL color Cylindrical-coordinate representation of color #DC7440: hue angle of 20º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC7440 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 64 -
CMYK 0 0.47 0.71 0.14
HSL 20º 0.69% 0.56% -
HSV(B) 20º 0.71% 0.86% -
XYZ 36.69 28.08 8.34 -
YUV 141.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 220 116 64 0 0.47 0.71 0.14 20 0.69 0.56
Hex DC 74 40 0 2F 47 E 14 45 38
Octal 334 164 100 0 57 107 16 24 105 70
Binary 11011100 1110100 1000000 0 101111 1000111 1110 10100 1000101 111000

Color Harmonies of #DC7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7440

Black with #DC7440

Text Example


Text Example

White with #DC7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7440; }

 p { color: rgb(220,116,64); }

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

background-color css

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

 a { background-color: rgb(220,116,64); }

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

border-color css

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

 span { border-color: rgb(220,116,64); }

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