Html Css Color HEX #DC7A46 Jaffa

📋 copy color: '#DC7A46'

red 220 ◦ green 122 ◦ blue 70

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

Shades of Jaffa #DC7A46

Tints of Jaffa #DC7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

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

R = 53.4%
G = 29.61%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7A46 (or 0xDC7A46) is known color: Jaffa. HEX triplet: DC, 7A and 46. RGB value is (220,122,70). Sum of RGB (Red+Green+Blue) = 220+122+70=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A46 is #2385B9. Grayscale: #919191. Windows color (decimal): -2327994 or 4618972. OLE color: 4618972.

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

Color convert

RGB 220 122 70 -
CMYK 0 0.45 0.68 0.14
HSL 20.8º 0.68% 0.57% -
HSV(B) 20.8º 0.68% 0.86% -
XYZ 37.58 29.58 9.52 -
YUV 145.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 220 122 70 0 0.45 0.68 0.14 20.8 0.68 0.57
Hex DC 7A 46 0 2D 44 E 15 44 39
Octal 334 172 106 0 55 104 16 25 104 71
Binary 11011100 1111010 1000110 0 101101 1000100 1110 10101 1000100 111001

Color Harmonies of #DC7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A46

Black with #DC7A46

Text Example


Text Example

White with #DC7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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