Html Css Color HEX #DC7C46 Jaffa

📋 copy color: '#DC7C46'

red 220 ◦ green 124 ◦ blue 70

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

Shades of Jaffa #DC7C46

Tints of Jaffa #DC7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 53.14%
G = 29.95%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7C46 (or 0xDC7C46) is known color: Jaffa. HEX triplet: DC, 7C and 46. RGB value is (220,124,70). Sum of RGB (Red+Green+Blue) = 220+124+70=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C46 is #2383B9. Grayscale: #929292. Windows color (decimal): -2327482 or 4619484. OLE color: 4619484.

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

Color convert

RGB 220 124 70 -
CMYK 0 0.44 0.68 0.14
HSL 21.6º 0.68% 0.57% -
HSV(B) 21.6º 0.68% 0.86% -
XYZ 37.83 30.07 9.61 -
YUV 146.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 220 124 70 0 0.44 0.68 0.14 21.6 0.68 0.57
Hex DC 7C 46 0 2C 44 E 16 44 39
Octal 334 174 106 0 54 104 16 26 104 71
Binary 11011100 1111100 1000110 0 101100 1000100 1110 10110 1000100 111001

Color Harmonies of #DC7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C46

Black with #DC7C46

Text Example


Text Example

White with #DC7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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