Html Css Color HEX #DC7244 Jaffa

📋 copy color: '#DC7244'

red 220 ◦ green 114 ◦ blue 68

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

Shades of Jaffa #DC7244

Tints of Jaffa #DC7244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 54.73%
G = 28.36%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC7244 (or 0xDC7244) is known color: Jaffa. HEX triplet: DC, 72 and 44. RGB value is (220,114,68). Sum of RGB (Red+Green+Blue) = 220+114+68=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7244 is #238DBB. Grayscale: #8C8C8C. Windows color (decimal): -2330044 or 4485852. OLE color: 4485852.

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

Color convert

RGB 220 114 68 -
CMYK 0 0.48 0.69 0.14
HSL 18.16º 0.68% 0.56% -
HSV(B) 18.16º 0.69% 0.86% -
XYZ 36.58 27.67 8.88 -
YUV 140.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 220 114 68 0 0.48 0.69 0.14 18.16 0.68 0.56
Hex DC 72 44 0 30 45 E 12 44 38
Octal 334 162 104 0 60 105 16 22 104 70
Binary 11011100 1110010 1000100 0 110000 1000101 1110 10010 1000100 111000

Color Harmonies of #DC7244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7244

Black with #DC7244

Text Example


Text Example

White with #DC7244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7244; }

 p { color: rgb(220,114,68); }

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

background-color css

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

 a { background-color: rgb(220,114,68); }

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

border-color css

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

 span { border-color: rgb(220,114,68); }

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