Html Css Color HEX #DC7E46 Jaffa

📋 copy color: '#DC7E46'

red 220 ◦ green 126 ◦ blue 70

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

Shades of Jaffa #DC7E46

Tints of Jaffa #DC7E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

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

R = 52.88%
G = 30.29%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7E46 (or 0xDC7E46) is known color: Jaffa. HEX triplet: DC, 7E and 46. RGB value is (220,126,70). Sum of RGB (Red+Green+Blue) = 220+126+70=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E46 is #2381B9. Grayscale: #949494. Windows color (decimal): -2326970 or 4619996. OLE color: 4619996.

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

Color convert

RGB 220 126 70 -
CMYK 0 0.43 0.68 0.14
HSL 22.4º 0.68% 0.57% -
HSV(B) 22.4º 0.68% 0.86% -
XYZ 38.08 30.58 9.69 -
YUV 147.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 220 126 70 0 0.43 0.68 0.14 22.4 0.68 0.57
Hex DC 7E 46 0 2B 44 E 16 44 39
Octal 334 176 106 0 53 104 16 26 104 71
Binary 11011100 1111110 1000110 0 101011 1000100 1110 10110 1000100 111001

Color Harmonies of #DC7E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E46

Black with #DC7E46

Text Example


Text Example

White with #DC7E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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