Html Css Color HEX #DC7F46 Jaffa

📋 copy color: '#DC7F46'

red 220 ◦ green 127 ◦ blue 70

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

Shades of Jaffa #DC7F46

Tints of Jaffa #DC7F46

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

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

R = 52.76%
G = 30.46%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC7F46 (or 0xDC7F46) is known color: Jaffa. HEX triplet: DC, 7F and 46. RGB value is (220,127,70). Sum of RGB (Red+Green+Blue) = 220+127+70=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F46 is #2380B9. Grayscale: #949494. Windows color (decimal): -2326714 or 4620252. OLE color: 4620252.

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

Color convert

RGB 220 127 70 -
CMYK 0 0.42 0.68 0.14
HSL 22.8º 0.68% 0.57% -
HSV(B) 22.8º 0.68% 0.86% -
XYZ 38.21 30.84 9.73 -
YUV 148.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 220 127 70 0 0.42 0.68 0.14 22.8 0.68 0.57
Hex DC 7F 46 0 2A 44 E 17 44 39
Octal 334 177 106 0 52 104 16 27 104 71
Binary 11011100 1111111 1000110 0 101010 1000100 1110 10111 1000100 111001

Color Harmonies of #DC7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F46

Black with #DC7F46

Text Example


Text Example

White with #DC7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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