Html Css Color HEX #DC7D46 Jaffa

📋 copy color: '#DC7D46'

red 220 ◦ green 125 ◦ blue 70

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

Shades of Jaffa #DC7D46

Tints of Jaffa #DC7D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 53.01%
G = 30.12%
B = 16.87%

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

#DC7D46 (or 0xDC7D46) is known color: Jaffa. HEX triplet: DC, 7D and 46. RGB value is (220,125,70). Sum of RGB (Red+Green+Blue) = 220+125+70=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D46 is #2382B9. Grayscale: #939393. Windows color (decimal): -2327226 or 4619740. OLE color: 4619740.

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

Color convert

RGB 220 125 70 -
CMYK 0 0.43 0.68 0.14
HSL 22º 0.68% 0.57% -
HSV(B) 22º 0.68% 0.86% -
XYZ 37.95 30.33 9.65 -
YUV 147.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 220 125 70 0 0.43 0.68 0.14 22 0.68 0.57
Hex DC 7D 46 0 2B 44 E 16 44 39
Octal 334 175 106 0 53 104 16 26 104 71
Binary 11011100 1111101 1000110 0 101011 1000100 1110 10110 1000100 111001

Color Harmonies of #DC7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D46

Black with #DC7D46

Text Example


Text Example

White with #DC7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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